Quellcode durchsuchen

ng.install: follow style recommendation

susefix
Krzysztof Pawłowski vor 9 Jahren
Ursprung
Commit
dc5600d19e
1 geänderte Dateien mit 5 neuen und 6 gelöschten Zeilen
  1. +5
    -6
      nginx/ng/install.sls

+ 5
- 6
nginx/ng/install.sls Datei anzeigen

@@ -51,12 +51,11 @@ nginx_zypp_repo:

{% if salt['grains.get']('os_family') == 'RedHat' %}
nginx_yum_repo:
pkgrepo:
{%- if nginx.install_from_repo %}
- managed
{%- else %}
- absent
{%- endif %}
{%- if nginx.install_from_repo %}
pkgrepo.managed:
{%- else %}
pkgrepo.absent:
{%- endif %}
- name: nginx
- humanname: nginx repo
{%- if salt['grains.get']('os') == 'CentOS' %}

Laden…
Abbrechen
Speichern