From 5e24e0e85d354300078f0b10b80cbc44a0f76f10 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 29 Nov 2010 23:23:10 +0100 Subject: replace puppetlast with much more improved version --- manifests/puppetmaster/checklastrun/disable.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/puppetmaster/checklastrun') 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']{ -- cgit v1.2.3