[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.5-303-gfcfa26a
Jacob Helwig
jacob at puppetlabs.com
Thu Mar 17 10:49:26 UTC 2011
The following commit has been merged in the upstream branch:
commit 4c1929952e7239f14aa1ab6a317d445a05d770c3
Author: Jacob Helwig <jacob at puppetlabs.com>
Date: Fri Feb 25 18:11:47 2011 -0800
Remove extra trailing whitespace from lib/puppet/resource.rb
Paired-with: Daniel Pittman <daniel at puppetlabs.com>
diff --git a/lib/puppet/resource.rb b/lib/puppet/resource.rb
index e47fc7e..45ee2e9 100644
--- a/lib/puppet/resource.rb
+++ b/lib/puppet/resource.rb
@@ -92,7 +92,7 @@ class Puppet::Resource
def yaml_property_munge(x)
case x
when Hash
- x.inject({}) { |h,kv|
+ x.inject({}) { |h,kv|
k,v = kv
h[k] = self.class.value_to_pson_data(v)
h
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list