diff --git a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html index 9491674..1318883 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html @@ -183,7 +183,7 @@ class puppet_cd::main::files ( group => 'root', mode => '0644', content => template($pt_puppetdb_conf_erb), - notify => Service[$pt_agent_service,$pt_server_service], +# notify => Service[$pt_agent_service,$pt_server_service], } } } diff --git a/manifests/main/files.pp b/manifests/main/files.pp index d2f7660..46ca674 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -40,7 +40,7 @@ class puppet_cd::main::files ( group => 'root', mode => '0644', content => template($pt_puppetdb_conf_erb), - notify => Service[$pt_agent_service,$pt_server_service], +# notify => Service[$pt_agent_service,$pt_server_service], } } }