diff options
Diffstat (limited to 'files/cron.d/puppetmaster')
-rw-r--r--[l---------] | files/cron.d/puppetmaster | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/cron.d/puppetmaster b/files/cron.d/puppetmaster index 7e5177a..40a16e7 120000..100644 --- a/files/cron.d/puppetmaster +++ b/files/cron.d/puppetmaster @@ -1 +1,2 @@ -puppetmaster.CentOS
\ No newline at end of file +# we restart puppetmaster every 4 hours to avoid memory problems +0 */6 * * * root /etc/init.d/puppetmaster restart > /dev/null |