diff options
author | mh <mh@immerda.ch> | 2008-02-29 18:05:45 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-02-29 18:05:45 +0000 |
commit | cfdda75d528caf19bd25f832f8b848d7f5e5cf92 (patch) | |
tree | b125b86330bc2ecff3db09dc39780d297dbb82e1 | |
parent | 007da52cad7af0303c5578a911e7b79b0b432bb1 (diff) |
added hosts, fixed restart problem
-rw-r--r-- | files/cron.d/puppetd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |