mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #309 from UtahDave/patch-1
Correct Salt Docs url. Ensure apache service is enabled and set proper require
This commit is contained in:
@@ -115,10 +115,13 @@ and start the Apache server:
|
||||
- installed
|
||||
service:
|
||||
- running
|
||||
- enable: True
|
||||
- require:
|
||||
- pkg: apache
|
||||
|
||||
State files can be written using YAML, the Jinja2 template system or pure python.
|
||||
|
||||
`Salt Documentation <http://docs.saltstack.org/en/latest/index.html>`_
|
||||
`Salt Documentation <http://docs.saltstack.com>`_
|
||||
|
||||
|
||||
Psutil
|
||||
|
||||
Reference in New Issue
Block a user