diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/puppetmasterd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetmasterd.pp b/manifests/puppetmasterd.pp index 89ffafc..0748613 100644 --- a/manifests/puppetmasterd.pp +++ b/manifests/puppetmasterd.pp @@ -130,7 +130,7 @@ class puppetmasterd::disabled inherits puppetmasterd { ensure => stopped, } - Cron["puppetlast"] { + Cron["puppetlast", "puppetmaster-restart", "puppet-update"] { ensure => absent, } } |