From 043fc33c32e817092f1c44f6d9b9e9c3d35cadac Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 24 Feb 2006 22:49:57 +0000 Subject: adding commas to each line git-svn-id: https://reductivelabs.com/svn/puppet/trunk@943 980ebf18-57e1-0310-9a29-db15c13687c0 --- ext/tools/passwd2puppet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/tools/passwd2puppet b/ext/tools/passwd2puppet index 43ce64e75..29ffdbf95 100755 --- a/ext/tools/passwd2puppet +++ b/ext/tools/passwd2puppet @@ -35,7 +35,7 @@ ARGV.each do |file| puts fields.zip(ary).collect { |field, val| " %s => \"%s\"" % [field, val] - }.join("\n") + ";" + }.join(",\n") + ";" end end -- cgit