summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/checklastrun/disable.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetmaster/checklastrun/disable.pp')
-rw-r--r--manifests/puppetmaster/checklastrun/disable.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/puppetmaster/checklastrun/disable.pp b/manifests/puppetmaster/checklastrun/disable.pp
index 1ab4648..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/bin/puppetlast']{
+ File['/usr/local/sbin/puppetlast']{
+ source => undef,
ensure => absent,
}
+
File['/etc/cron.d/puppetlast.cron']{
ensure => absent,
}