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
Added explanatory comment to the apache restart/reload module.wait states
tags/v0.37.4
Seth House
10 years ago
parent
448c4855ce
commit
67b8518e47
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
apache/init.sls
+ 2
- 0
apache/init.sls
View File
@@ -9,6 +9,8 @@ apache:
- name: {{ apache.service }}
- enable: True
# The following states are inert by default and can be used by other states to
# trigger a restart or reload as needed.
apache-reload:
module:
- wait
Write
Preview
Loading…
Cancel
Save