From: Stephen Gran Date: Mon, 18 Jan 2010 21:10:46 +0000 (+0000) Subject: try without extra whitespace X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ebb3d7225ebf504a7726ce6d30cbeb417adb5ccc;p=mirror%2Fdsa-puppet.git try without extra whitespace Signed-off-by: Stephen Gran --- diff --git a/modules/munin-node/templates/munin.conf.erb b/modules/munin-node/templates/munin.conf.erb index c04c5cca5..fc09288e2 100644 --- a/modules/munin-node/templates/munin.conf.erb +++ b/modules/munin-node/templates/munin.conf.erb @@ -12,7 +12,7 @@ graph_strategy cgi <%= out = '' localinfo.keys.sort.each do |node| - out += '[ ' + node + ' ] + out += '[' + node + '] address ' + node + ' '