From: Stephen Gran Date: Sun, 21 Feb 2010 15:12:29 +0000 (+0000) Subject: anchor start of line X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f8e5afa90630f7c6a778ff3ff1921ec249257c3f;p=mirror%2Fdsa-puppet.git anchor start of line Signed-off-by: Stephen Gran --- diff --git a/modules/munin-node/templates/munin-node.conf.erb b/modules/munin-node/templates/munin-node.conf.erb index 070adb06f..265b586f4 100644 --- a/modules/munin-node/templates/munin-node.conf.erb +++ b/modules/munin-node/templates/munin-node.conf.erb @@ -43,7 +43,7 @@ str = '' localinfo.keys.sort.each do |node| if localinfo[node]['muninmaster'] keyinfo[node][0]['ipHostNumber'].each do |ip| - str += "allow " + ip.split('.').join('\.') + "$\n" + str += "allow ^" + ip.split('.').join('\.') + "$\n" end end end