From cfdda75d528caf19bd25f832f8b848d7f5e5cf92 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 29 Feb 2008 18:05:45 +0000 Subject: added hosts, fixed restart problem --- files/cron.d/puppetd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/cron.d/puppetd b/files/cron.d/puppetd index f3aafb1..bf19ea7 100644 --- a/files/cron.d/puppetd +++ b/files/cron.d/puppetd @@ -1 +1 @@ -0 * * * * root /bin/ps ax | /bin/grep -v grep | /bin/grep puppetd > /dev/null || /etc/init.d/puppetd restart +0 * * * * root /bin/ps ax | /bin/grep -v grep | /bin/grep puppetd > /dev/null || /etc/init.d/puppet restart -- cgit v1.2.3