Skip to content

Commit d160f10

Browse files
authored
Merge pull request #283 from netmanagers/fix-conditional
fix(servers): wrong conditional specification
2 parents 4697152 + 494b2fb commit d160f10

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)