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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 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

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux