diff options
author | varac <varacanero@zeromail.org> | 2010-07-15 19:43:40 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2010-07-15 19:43:40 +0200 |
commit | 0692e4ae0cc053031eaa8f9b097b90646df737a8 (patch) | |
tree | 05a8b2e0757ed2a19165030f72a46a32cd17c328 /manifests/cron | |
parent | 49269904cbedbe62a9f9bb472ba7b5a316d2effa (diff) |
puppetd doesnt need to get notified at all, its built-in
Diffstat (limited to 'manifests/cron')
-rw-r--r-- | manifests/cron/base.pp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/cron/base.pp b/manifests/cron/base.pp index 5fc55d2..6688c5e 100644 --- a/manifests/cron/base.pp +++ b/manifests/cron/base.pp @@ -5,14 +5,6 @@ class puppet::cron::base inherits puppet::base { enable => false, } - if defined (puppet::puppetmaster) {} - else { - File['puppet_config']{ - notify => undef - } - } - - case $operatingsystem { debian,openbsd,ubuntu: { #it's already disabled |