This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
apache-formula
mirror of
https://github.com/saltstack-formulas/apache-formula.git
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
31
Wiki
Activity
Browse Source
fix server_status state (
#268
)
tags/v0.37.4
Sergio Cambra
5 years ago
parent
0c1423f8f1
commit
d660abfe70
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
apache/server_status.sls
+ 2
- 0
apache/server_status.sls
View File
@@ -8,6 +8,8 @@ include:
file.managed:
- source: salt://apache/files/server-status.conf.jinja
- template: jinja
- context:
apache: {{ apache | json }}
- require:
- pkg: apache
- watch_in:
Write
Preview
Loading…
Cancel
Save