[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.2rc1-118-g539d0bf
James Turnbull
james at lovedthanlost.net
Sun Oct 17 19:06:56 UTC 2010
The following commit has been merged in the upstream branch:
commit a6e2beaba1565a87bbd5266154883b72a700b3f3
Author: James Turnbull <james at lovedthanlost.net>
Date: Sat Oct 2 12:23:23 2010 +1000
Fixed #4919 - added parenths to fix error message:
/usr/lib/ruby/site_ruby/1.8/puppet/util/metric.rb:62: warning: parenthesize argument(s) for future version
diff --git a/lib/puppet/util/metric.rb b/lib/puppet/util/metric.rb
index 0089847..90a2448 100644
--- a/lib/puppet/util/metric.rb
+++ b/lib/puppet/util/metric.rb
@@ -59,7 +59,7 @@ class Puppet::Util::Metric
if Puppet.features.rrd_legacy? && ! Puppet.features.rrd?
puts @rrd.info
else
- puts RRD.info self.path
+ puts RRD.info(self.path)
end
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list