try without extra whitespace
[mirror/dsa-puppet.git] / modules / munin-node / templates / munin.conf.erb
index c04c5cc..fc09288 100644 (file)
@@ -12,7 +12,7 @@ graph_strategy cgi
 
 <%= out = ''
     localinfo.keys.sort.each do |node|
-       out += '[ ' + node + ' ]
+       out += '[' + node + ']
     address ' + node + '
 
 '