From 8b60619f5857569c2971237c80cf214cb8e71b3f Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 29 Jun 2006 23:51:21 +0000 Subject: adding some tests for the template function git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1341 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/parser/functions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/parser') diff --git a/lib/puppet/parser/functions.rb b/lib/puppet/parser/functions.rb index 3a9f0cd35..cec7c02c5 100644 --- a/lib/puppet/parser/functions.rb +++ b/lib/puppet/parser/functions.rb @@ -142,7 +142,7 @@ module Functions raise Puppet::ParseError, "Could not interpret template %s: %s" % [file, detail] end - end.join("\n") + end.join("") end end end -- cgit