summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/checklastrun
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetmaster/checklastrun')
-rw-r--r--manifests/puppetmaster/checklastrun/disable.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/puppetmaster/checklastrun/disable.pp b/manifests/puppetmaster/checklastrun/disable.pp
index 47c0130..3fc91d0 100644
--- a/manifests/puppetmaster/checklastrun/disable.pp
+++ b/manifests/puppetmaster/checklastrun/disable.pp
@@ -1,5 +1,6 @@
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']{