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 ea91593..432d635 100644 --- a/manifests/cron/openbsd.pp +++ b/manifests/cron/openbsd.pp @@ -9,7 +9,7 @@ class puppet::cron::openbsd inherits puppet::openbsd { Cron['puppetd_check']{ ensure => absent, } - Cron['puppetd_check']{ + Cron['puppetd_restart']{ ensure => absent, } |