소스 검색

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

tags/v0.55.0
Aline Freitas 9 년 전
부모
커밋
7684d6b0a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      nginx/source.sls

+ 1
- 1
nginx/source.sls 파일 보기

@@ -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 }}

Loading…
취소
저장