summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/checklastrun
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-12-14 15:08:07 -0500
committerMicah Anderson <micah@riseup.net>2010-12-14 15:08:07 -0500
commit651c21bec8984f0c6b2f37c72d5b4169f050b29e (patch)
treee176f44ad90560fc2462aeebbb363dba9b7ad9f5 /manifests/puppetmaster/checklastrun
parent3045f4696905b07fd74018171934f8b3430590e2 (diff)
parent2a4115c5a6dd2eeb2e93eaafa70c878bc797d3db (diff)
Merge remote branch 'immerda/master' into immerda
Conflicts: manifests/puppetmaster/checklastrun.pp manifests/puppetmaster/checklastrun/disable.pp
Diffstat (limited to 'manifests/puppetmaster/checklastrun')
-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,
}