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], } } }