summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/checklastrun
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-11-29 23:23:10 +0100
committermh <mh@immerda.ch>2010-11-29 23:23:10 +0100
commit5e24e0e85d354300078f0b10b80cbc44a0f76f10 (patch)
tree970a16e4a3b2510603a141b27557823d34a12f23 /manifests/puppetmaster/checklastrun
parentbec32391d6678a9f52f71658d98a2700ddd31f60 (diff)
replace puppetlast with much more improved version
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']{