瀏覽代碼
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 %} |