Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 036c803

Browse filesBrowse 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
Copy full SHA for 036c803

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎docs/scenarios/admin.rst

Copy file name to clipboardExpand all lines: docs/scenarios/admin.rst
+4-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.