diff options
author | mh <mh@immerda.ch> | 2008-03-02 16:23:36 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-03-02 16:23:36 +0000 |
commit | c6f9799831eabf5b4826285e016d266cb2566194 (patch) | |
tree | a6439ace980ca0494616cff4df18d425f8feccbc /files | |
parent | cfdda75d528caf19bd25f832f8b848d7f5e5cf92 (diff) |
disable until problems fixed
Diffstat (limited to 'files')
-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 bf19ea7..9f9e36d 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/puppet restart +#0 * * * * root /bin/ps ax | /bin/grep -v grep | /bin/grep puppetd > /dev/null || /etc/init.d/puppet restart |