From e99ffa30dba1fb918d2c5018e2f282e51abcdbf6 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 27 Dec 2008 17:53:10 +0000 Subject: correct naming --- 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 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], -- cgit v1.2.3