X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin%2Ftemplates%2Fmunin-node.conf.erb;h=2680058c626636c3873c42ef3d278031ab175a25;hb=ded0c1ded4865d466a989762db959114892b917f;hp=b740afe34f0f7260b06fdd4b38eefadae0ead2a7;hpb=d0c098685b92334a611a0c596a35f538b95ead47;p=mirror%2Fdsa-puppet.git diff --git a/modules/munin/templates/munin-node.conf.erb b/modules/munin/templates/munin-node.conf.erb index b740afe34..2680058c6 100644 --- a/modules/munin/templates/munin-node.conf.erb +++ b/modules/munin/templates/munin-node.conf.erb @@ -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 --%>