Merged changes and fixed python xen bindings
[invirt/packages/xvm-munin-config.git] / templatize-munin-config
index 72ccf45..af362d2 100755 (executable)
@@ -21,7 +21,7 @@ END {
   print <<'EOF';
 % for host in cfg.get('monitoring', []):
 allow ^${host.ip.replace('.', '\.')}$
-allow allow ^::ffff:${host.ip.replace('.', '\.')}$
+allow ^::ffff:${host.ip.replace('.', '\.')}$
 % endfor
 EOF
 }