summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-09-21 23:33:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-09-21 23:33:10 -0300
commit0a02f20406356d6a6d576ffc473e8cbeb51bf4c1 (patch)
tree1b9efc5d8b21f5b8e23980cfae7e41c111f12875
parent433a0f6fb12ad88d161da921ef35a92a4a181caa (diff)
downloadpuppet-puppet-0a02f20406356d6a6d576ffc473e8cbeb51bf4c1.tar.gz
puppet-puppet-0a02f20406356d6a6d576ffc473e8cbeb51bf4c1.tar.bz2
Disabling puppetmaster-restart and puppet-update at puppetmasterd::disabled
-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,
}
}