From: Silvio Rhatto Date: Wed, 23 Feb 2011 21:15:48 +0000 (-0300) Subject: Turning of puppetlast command X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=53415dafdf5d914cc36e2365b64284aa0bf538e2;p=puppet-puppet.git Turning of puppetlast command --- 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,