All our munin is munin-async these days
[mirror/dsa-puppet.git] / modules / munin / templates / munin-node.conf.erb
index b740afe..2680058 100644 (file)
@@ -39,13 +39,3 @@ ignore_file \.rpm(save|new)$
 # the allow line as many times as you'd like
 
 allow ^127\.0\.0\.1$
-<%=
-str = ''
-roles = scope.lookupvar('deprecated::roles')
-roles['muninmaster'].each do |node|
-      scope.lookupvar('deprecated::allnodeinfo')[node]['ipHostNumber'].each do |ip|
-         str += "allow ^" + ip.split('.').join('\.') + "$\n"
-      end
-end
-str
--%>