Corrects for the changes in the interpolation of Arrays into Strings

Signed-off-by: Aria Stewart <[email protected]>
---
Local-branch: ticket/2.7.x/7297
 lib/puppet/resource.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/puppet/resource.rb b/lib/puppet/resource.rb
index 2145169..83b1039 100644
--- a/lib/puppet/resource.rb
+++ b/lib/puppet/resource.rb
@@ -271,7 +271,7 @@ class Puppet::Resource
       end
     }
 
-    "%s { '%s':\n%s}" % [self.type.to_s.downcase, self.title, attributes]
+    "%s { '%s':\n%s}" % [self.type.to_s.downcase, self.title, 
attributes.join("")]
   end
 
   def to_ref
-- 
1.7.4.5

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to