]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Merge branch 'master' of ssh://handel.debian.org/srv/puppet.debian.org/git/dsa-puppet
authorStephen Gran <steve@lobefin.net>
Mon, 18 Jan 2010 21:10:57 +0000 (21:10 +0000)
committerStephen Gran <steve@lobefin.net>
Mon, 18 Jan 2010 21:10:57 +0000 (21:10 +0000)
modules/munin-node/templates/munin.conf.erb

index c04c5cca51563b5328f34f0ca24b86470d315821..fc09288e23070ff95a0e3b660679d346838afb6f 100644 (file)
@@ -12,7 +12,7 @@ graph_strategy cgi
 
 <%= out = ''
     localinfo.keys.sort.each do |node|
-       out += '[ ' + node + ' ]
+       out += '[' + node + ']
     address ' + node + '
 
 '