summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-19 11:33:37 +0200
committermh <mh@immerda.ch>2010-08-19 11:33:44 +0200
commit8eb08344b6e9f0029deaaabcd18a61009feef9c3 (patch)
tree96f6f35c40aa506e4725ffe7c6b5dbb5aed19671
parent291c1b7ebd093c421da2be7906030ce8caa2dffd (diff)
we set that below where it is the more appropriate place
-rw-r--r--manifests/puppetmaster/base.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/puppetmaster/base.pp b/manifests/puppetmaster/base.pp
index 85e9f7c..6f9bdc7 100644
--- a/manifests/puppetmaster/base.pp
+++ b/manifests/puppetmaster/base.pp
@@ -2,7 +2,6 @@ class puppet::puppetmaster::base inherits puppet::base {
File[puppet_config]{
source => [ "puppet:///modules/site-puppet/master/puppet.conf",
"puppet:///modules/puppet/master/puppet.conf" ],
- notify => Service[puppetmaster],
}
if !$puppet_fileserverconfig { $puppet_fileserverconfig = '/etc/puppet/fileserver.conf' }