Преглед изворни кода

Merge pull request #283 from netmanagers/fix-conditional

fix(servers): wrong conditional specification
tags/v2.7.1
Imran Iqbal пре 3 година
родитељ
комит
d160f10fe4
No account linked to committer's email address
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 %}

Loading…
Откажи
Сачувај