Procházet zdrojové kódy

It should be just <, not <= when comparing salt version.

tags/v0.55.0
Aline Freitas před 9 roky
rodič
revize
7684d6b0a9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      nginx/source.sls

+ 1
- 1
nginx/source.sls Zobrazit soubor

@@ -65,7 +65,7 @@ nginx_user:
- makedirs: True

get-build-tools:
{% if salt['pkg.version']('salt') <= '2015.8.0' and grains['os_family'] == 'RedHat' %}
{% if salt['pkg.version']('salt') < '2015.8.0' and grains['os_family'] == 'RedHat' %}
module.run:
- name: pkg.group_install
- m_name: {{ nginx_map.group_pkg }}

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