This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
nginx-formula
mirror of
https://github.com/saltstack-formulas/nginx-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
34
Wiki
Activity
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
46971528d7
494b2fbea4
commit
d160f10fe4
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
nginx/service.sls
+ 1
- 1
nginx/service.sls
View File
@@ -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 %}
Write
Preview
Loading…
Cancel
Save