Skip to content

Commit 494b2fb

Browse files
committed
fix(servers): wrong conditional specification
1 parent 4697152 commit 494b2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/service.sls

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ nginx_service:
4343
- pkg: nginx_install
4444
{% endif %}
4545
{% if nginx.check_config_before_apply %}
46-
- only_if: /usr/sbin/nginx -t
46+
- onlyif: /usr/sbin/nginx -t
4747
{% endif %}

0 commit comments

Comments
 (0)