[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35

test branch puppet-dev at googlegroups.com
Wed Jul 14 10:32:32 UTC 2010


The following commit has been merged in the upstream branch:
commit b8832725e2bf1933af0d583ddbd81c8a8db4ae8f
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