[PATCH] Add a comment about the behavior of autodisablePuppet.

Ricky Zhou ricky at fedoraproject.org
Thu Aug 20 03:51:13 UTC 2009


---
 modules/puppet/manifests/init.pp |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/modules/puppet/manifests/init.pp b/modules/puppet/manifests/init.pp
index 686de0a..bac8819 100644
--- a/modules/puppet/manifests/init.pp
+++ b/modules/puppet/manifests/init.pp
@@ -17,6 +17,11 @@ class puppet::client {
         $puppetEnvironment = "production"
     }
 
+    # Note: Even if autodisablePuppet is set, puppet will not shut down a
+    # currently running puppet service - otherwise, a puppet run will kill
+    # itself.  Thus, any running puppet service will need to be stopped
+    # manually after a puppet run (although it will not come back
+    # automatically on reboots).
     service { "puppet": 
         ensure  => $autodisablePuppet ? {
             true    => undef,
-- 
1.5.5.6




More information about the Fedora-infrastructure-list mailing list