From 283692945525ef783ea17cd92acecca92bb2c0e8 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 29 Feb 2008 15:33:36 +0000 Subject: added cron for puppet --- files/cron.d/puppetd | 1 + 1 file changed, 1 insertion(+) create mode 100644 files/cron.d/puppetd (limited to 'files') diff --git a/files/cron.d/puppetd b/files/cron.d/puppetd new file mode 100644 index 0000000..f3aafb1 --- /dev/null +++ b/files/cron.d/puppetd @@ -0,0 +1 @@ +0 * * * * root /bin/ps ax | /bin/grep -v grep | /bin/grep puppetd > /dev/null || /etc/init.d/puppetd restart -- cgit v1.2.3