From 1d77984858faec99f414eadeb03b95677ae1a6d2 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 1 Nov 2009 16:48:19 +0100 Subject: fixing location of binary for 0.25 --- manifests/cron/openbsd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/cron/openbsd.pp') 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], } -- cgit v1.2.3