eximconf: more RBLs for the default set
[mirror/dsa-puppet.git] / modules / munin / templates / munin-node.conf.erb
index e5ef6ff..2680058 100644 (file)
@@ -38,14 +38,4 @@ ignore_file \.rpm(save|new)$
 # doesn't understand CIDR-style network notation.  You may repeat
 # the allow line as many times as you'd like
 
-<%=
-str = ''
-scope.lookupvar('site::localinfo').keys.sort.each do |node|
-   if scope.lookupvar('site::localinfo')[node]['muninmaster']
-      scope.lookupvar('site::allnodeinfo')[node]['ipHostNumber'].each do |ip|
-         str += "allow ^" + ip.split('.').join('\.') + "$\n"
-      end
-   end
-end
-str
--%>
+allow ^127\.0\.0\.1$