diff options
Diffstat (limited to 'manifests/puppetmaster/checklastrun')
-rw-r--r-- | manifests/puppetmaster/checklastrun/disable.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/puppetmaster/checklastrun/disable.pp b/manifests/puppetmaster/checklastrun/disable.pp index 3fc91d0..8fff212 100644 --- a/manifests/puppetmaster/checklastrun/disable.pp +++ b/manifests/puppetmaster/checklastrun/disable.pp @@ -1,8 +1,10 @@ class puppet::puppetmaster::checklastrun::disable inherits puppet::puppetmaster::checklastrun { + File['/usr/local/sbin/puppetlast']{ source => undef, ensure => absent, } + File['/etc/cron.d/puppetlast.cron']{ ensure => absent, } |