ソースを参照

fix(servers): wrong conditional specification

tags/v2.7.1
Javier Bértoli 3年前
コミット
494b2fbea4
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      nginx/service.sls

+ 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 %}

読み込み中…
キャンセル
保存