diff options
author | mh <mh@immerda.ch> | 2009-11-01 16:48:19 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-11-01 16:48:19 +0100 |
commit | 1d77984858faec99f414eadeb03b95677ae1a6d2 (patch) | |
tree | 825dc9bc878bdd86e306bc4c745708a05e2af197 /manifests/cron | |
parent | 2334e2ffded8f0d313c9c748c931503046ad4367 (diff) |
fixing location of binary for 0.25
Diffstat (limited to 'manifests/cron')
-rw-r--r-- | manifests/cron/openbsd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cron/openbsd.pp b/manifests/cron/openbsd.pp index 9bb7a39..f10fa24 100644 --- a/manifests/cron/openbsd.pp +++ b/manifests/cron/openbsd.pp @@ -14,7 +14,7 @@ class puppet::cron::openbsd inherits puppet::openbsd { } cron { 'puppetd_run': - command => "/usr/local/bin/puppetd --onetime --no-daemonize --splay --config=$puppet_config --color false | grep -E '(^err:|^alert:|^emerg:|^crit:)'", + command => "/usr/local/sbin/puppetd --onetime --no-daemonize --splay --config=$puppet_config --color false | grep -E '(^err:|^alert:|^emerg:|^crit:)'", user => 'root', minute => [0,30], } |