summaryrefslogtreecommitdiff
path: root/manifests/puppetmasterd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetmasterd.pp')
-rw-r--r--manifests/puppetmasterd.pp2
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,
}
}