[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.4-89-gcbbd363

James Turnbull james at lovedthanlost.net
Tue May 18 09:03:58 UTC 2010


The following commit has been merged in the upstream branch:
commit fd76142b314c390205570d02383607ff91b23391
Author: James Turnbull <james at lovedthanlost.net>
Date:   Wed Mar 24 13:17:50 2010 +1100

    Fixed puppetlast typo
    
    Patch thanks for Micah Anderson

diff --git a/ext/puppetlast b/ext/puppetlast
index ac63965..7434368 100755
--- a/ext/puppetlast
+++ b/ext/puppetlast
@@ -12,5 +12,5 @@ Puppet[:name] = "puppetmasterd"
 Puppet::Node::Facts.terminus_class = :yaml
 
 Puppet::Node::Facts.search("*").sort { |a,b| a.name <=> b.name }.each do |node|
-  puts "#{node.name} checked in #{((Time.now - Time.parse(node.values[:_timestamp].to_s)) / 60).floor} minutes ago.  Version #{node.values['puppetversion']}#{node.expired? ? '  Cached expired.' : ''}"
+  puts "#{node.name} checked in #{((Time.now - Time.parse(node.values[:_timestamp].to_s)) / 60).floor} minutes ago.  Version #{node.values['puppetversion']}#{node.expired? ? '  Cache expired.' : ''}"
 end

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list