diff options
author | mh <mh@immerda.ch> | 2008-02-29 15:33:36 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-02-29 15:33:36 +0000 |
commit | 283692945525ef783ea17cd92acecca92bb2c0e8 (patch) | |
tree | 36229f4ddff0b0c8c8a5dda46b15271f78450cc7 /files/cron.d/puppetd | |
parent | c7e0334a04e02f5202380c05b5ed48d06b541337 (diff) |
added cron for puppet
Diffstat (limited to 'files/cron.d/puppetd')
-rw-r--r-- | files/cron.d/puppetd | 1 |
1 files changed, 1 insertions, 0 deletions
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 |