Skip to content

Commit 036c803

Browse files
author
Kenneth Reitz
committed
Merge pull request #309 from UtahDave/patch-1
Correct Salt Docs url. Ensure apache service is enabled and set proper require
2 parents 3073466 + 95c7db9 commit 036c803

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/scenarios/admin.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,13 @@ and start the Apache server:
115115
- installed
116116
service:
117117
- running
118+
- enable: True
119+
- require:
120+
- pkg: apache
118121
119122
State files can be written using YAML, the Jinja2 template system or pure python.
120123

121-
`Salt Documentation <http://docs.saltstack.org/en/latest/index.html>`_
124+
`Salt Documentation <http://docs.saltstack.com>`_
122125

123126

124127
Psutil

0 commit comments

Comments
 (0)