Skip to content

Commit

Permalink
fix(servers): wrong conditional specification
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed May 12, 2021
1 parent 4697152 commit 494b2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/service.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 494b2fb

Please sign in to comment.