Browse Source

Merge pull request #283 from netmanagers/fix-conditional

fix(servers): wrong conditional specification
tags/v2.7.1
Imran Iqbal 3 years ago
parent
commit
d160f10fe4
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nginx/service.sls

+ 1
- 1
nginx/service.sls View File

- pkg: nginx_install - pkg: nginx_install
{% endif %} {% endif %}
{% if nginx.check_config_before_apply %} {% if nginx.check_config_before_apply %}
- only_if: /usr/sbin/nginx -t
- onlyif: /usr/sbin/nginx -t
{% endif %} {% endif %}

Loading…
Cancel
Save