Since we're not using the puppet agent anymore, if the /etc/sysconfig/puppet file is changed, there is no need to notify the puppet service. At best, this would be a no-op, and at worst it would start the agent, which we don't want. --- modules/puppet/manifests/init.pp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/modules/puppet/manifests/init.pp b/modules/puppet/manifests/init.pp index c04f2e1..bd016aa 100644 --- a/modules/puppet/manifests/init.pp +++ b/modules/puppet/manifests/init.pp @@ -31,7 +31,6 @@ class puppet::client { file { "/etc/sysconfig/puppet": source => "puppet:///puppet/puppet.sysconfig", - notify => Service["puppet"], require => Package["puppet"], } file { "/usr/local/bin/run-puppet": -- 1.7.2.1 _______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure