From 95c7db96970dd0d49f3f0c7d811d6dc2d953858c Mon Sep 17 00:00:00 2001 From: David Boucha Date: Fri, 23 Aug 2013 12:20:00 -0600 Subject: [PATCH] Correct Salt Docs url. Ensure apache service is enable and set proper require --- docs/scenarios/admin.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/scenarios/admin.rst b/docs/scenarios/admin.rst index 081eae440..4bdfe6802 100644 --- a/docs/scenarios/admin.rst +++ b/docs/scenarios/admin.rst @@ -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 `_ + `Salt Documentation `_ Psutil