From 1ce6003bf9710c1b75885a65b48fe8d638398e87 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Feb 2011 19:09:19 -0200 Subject: Restart puppet and puppetmaster from time to time --- files/cron.d/puppetmaster | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 files/cron.d/puppetmaster (limited to 'files/cron.d/puppetmaster') diff --git a/files/cron.d/puppetmaster b/files/cron.d/puppetmaster new file mode 100644 index 0000000..4ea0b66 --- /dev/null +++ b/files/cron.d/puppetmaster @@ -0,0 +1,3 @@ +# we restart puppetmaster twice a day to avoid memory problems +58 11 * * * root /etc/init.d/puppetmaster restart > /dev/null + -- cgit v1.2.3