From 67b8518e4740cf1b9dd52949ef3776b4973e3095 Mon Sep 17 00:00:00 2001 From: Seth House Date: Wed, 6 Aug 2014 17:06:05 -0400 Subject: [PATCH] Added explanatory comment to the apache restart/reload module.wait states --- apache/init.sls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apache/init.sls b/apache/init.sls index 34b19a2..1cd64bd 100644 --- a/apache/init.sls +++ b/apache/init.sls @@ -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