diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-21 23:33:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-21 23:33:10 -0300 |
commit | 0a02f20406356d6a6d576ffc473e8cbeb51bf4c1 (patch) | |
tree | 1b9efc5d8b21f5b8e23980cfae7e41c111f12875 /manifests | |
parent | 433a0f6fb12ad88d161da921ef35a92a4a181caa (diff) | |
download | puppet-puppet-0a02f20406356d6a6d576ffc473e8cbeb51bf4c1.tar.gz puppet-puppet-0a02f20406356d6a6d576ffc473e8cbeb51bf4c1.tar.bz2 |
Disabling puppetmaster-restart and puppet-update at puppetmasterd::disabled
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, } } |