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