diff options
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 432d635..b095e3b 100644 --- a/manifests/cron/openbsd.pp +++ b/manifests/cron/openbsd.pp @@ -13,7 +13,7 @@ class puppet::cron::openbsd inherits puppet::openbsd { ensure => absent, } - cron { 'puppetd_restart': + cron { 'puppetd_run': command => "/usr/local/bin/puppetd --onetime --no-daemonize --splay true --config=$puppet_config", user => 'root', minute => [0,30], |