Procházet zdrojové kódy

Merge branch 'itg' into msciciel

susefix
Krzysztof Pawłowski před 9 roky
rodič
revize
445012023b
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. +6
    -1
      nginx/ng/install.sls

+ 6
- 1
nginx/ng/install.sls Zobrazit soubor

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

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

Načítá se…
Zrušit
Uložit