diff options
Diffstat (limited to 'manifests/puppetmasterd.pp')
-rw-r--r-- | manifests/puppetmasterd.pp | 9 |
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", |