]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/templates/default/munin-node.conf.erb
Include internal addresses in munin allow list
[chef.git] / cookbooks / munin / templates / default / munin-node.conf.erb
index f2e09d7e9cd61219d6997a34aef56e382be5f0e2..6bd38df19690ca22fdc8304bfac52323c8964fd9 100644 (file)
@@ -31,7 +31,7 @@ port 4949
 
 # List the addresses that are allowed to connect
 allow ^127\.0\.0\.1$
-<% @servers.each do |server| -%>
+<% @servers.sort.each do |server| -%>
 allow ^<%= Regexp.quote(server) %>$
 <% end -%>
 <% node[:munin][:allow].each do |address| -%>