소스 검색
Merge pull request #283 from netmanagers/fix-conditional
fix(servers): wrong conditional specification
tags/v2.7.1
Imran Iqbal
3 년 전
No account linked to committer's email address
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
nginx/service.sls
|
|
@@ -43,5 +43,5 @@ nginx_service: |
|
|
|
- pkg: nginx_install |
|
|
|
{% endif %} |
|
|
|
{% if nginx.check_config_before_apply %} |
|
|
|
- only_if: /usr/sbin/nginx -t |
|
|
|
- onlyif: /usr/sbin/nginx -t |
|
|
|
{% endif %} |