diff options
author | mh <mh@immerda.ch> | 2008-12-27 17:53:10 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-12-27 17:53:10 +0000 |
commit | e99ffa30dba1fb918d2c5018e2f282e51abcdbf6 (patch) | |
tree | f58de499ad68dc4a602ea352722ad21384393eb4 /manifests/cron | |
parent | 69b2f4f36ed173635c5934037c958c54f4503c5e (diff) |
correct naming
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], |