]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
anchor start of line
authorStephen Gran <steve@lobefin.net>
Sun, 21 Feb 2010 15:12:29 +0000 (15:12 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 21 Feb 2010 15:12:29 +0000 (15:12 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/templates/munin-node.conf.erb

index 070adb06fc0121558c800a5c6b559046cb0f7694..265b586f4a8d130a21910fa5b3f56dc4bfcddbf7 100644 (file)
@@ -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