diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/puppetd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetd.pp b/manifests/puppetd.pp index f2c6680..8265b77 100644 --- a/manifests/puppetd.pp +++ b/manifests/puppetd.pp @@ -67,7 +67,7 @@ class puppetd inherits puppet { } cron { "puppetd-check": - command => "/usr/local/sbin/check-puppetd.sh > /dev/null 2>&1", + command => "/usr/local/sbin/check-puppetd.sh > /dev/null", user => root, hour => "*/1", minute => "0", |