summaryrefslogtreecommitdiff
path: root/manifests/puppetmasterd.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-18 19:03:18 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-18 19:03:18 -0200
commit28b0740d20ffca14c27d4cd3ab9978b5b5d50468 (patch)
treeba2299f9610ad0e401ab2768bb6ccfb37a463669 /manifests/puppetmasterd.pp
parent0c0720ebfeb9aa3b7653b4b9b94d04634c9e3c30 (diff)
downloadpuppet-puppet-28b0740d20ffca14c27d4cd3ab9978b5b5d50468.tar.gz
puppet-puppet-28b0740d20ffca14c27d4cd3ab9978b5b5d50468.tar.bz2
Cron job to restart puppetmaster shall exist just for mongrel
Diffstat (limited to 'manifests/puppetmasterd.pp')
-rw-r--r--manifests/puppetmasterd.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/puppetmasterd.pp b/manifests/puppetmasterd.pp
index 37a95ff..28311e1 100644
--- a/manifests/puppetmasterd.pp
+++ b/manifests/puppetmasterd.pp
@@ -134,15 +134,6 @@ class puppetmasterd {
mode => 0700,
}
- # restart the master from time to time to avoid memory problems
- # thanks to https://labs.riseup.net/code/projects/shared-puppet
- file { "/etc/cron.d/puppetmaster":
- source => "puppet://$server/modules/puppet/cron.d/puppetmaster",
- owner => root,
- group => root,
- mode => 0644;
- }
-
# and the script to the cron-job above
file { "/usr/local/sbin/update-puppet-conf.sh":
source => "puppet://$server/modules/puppet/update-puppet-conf.sh",