From 53415dafdf5d914cc36e2365b64284aa0bf538e2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 23 Feb 2011 18:15:48 -0300 Subject: Turning of puppetlast command --- manifests/puppetmasterd.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'manifests/puppetmasterd.pp') diff --git a/manifests/puppetmasterd.pp b/manifests/puppetmasterd.pp index 04b226e..c3504fa 100644 --- a/manifests/puppetmasterd.pp +++ b/manifests/puppetmasterd.pp @@ -96,7 +96,7 @@ class puppetmasterd { hour => "0", minute => "0", weekday => "0", - ensure => present, + ensure => absent, require => File["/usr/local/sbin/puppetlast"], } @@ -111,7 +111,11 @@ class puppetmasterd { # custom puppetlast command, thanks to immerda module: # http://git.puppet.immerda.ch/?p=module-puppet.git;a=summary + # + # right now it's not working, see + # https://labs.riseup.net/code/issues/2515 file { "/usr/local/sbin/puppetlast": + ensure => absent, source => "puppet:///modules/puppet/lastruncheck", owner => root, group => root, -- cgit v1.2.3