X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7f52e8a926f7fa2a86b7c5d0f102ffa1d6d69956..22e87649580d1a4329958eff41a83f3f86886156:/cookbooks/snmpd/templates/default/snmpd.conf.erb diff --git a/cookbooks/snmpd/templates/default/snmpd.conf.erb b/cookbooks/snmpd/templates/default/snmpd.conf.erb index 9239fbd30..e47f2e03f 100644 --- a/cookbooks/snmpd/templates/default/snmpd.conf.erb +++ b/cookbooks/snmpd/templates/default/snmpd.conf.erb @@ -1,6 +1,9 @@ # DO NOT EDIT - This file is being maintained by Chef -rocommunity <%= @communities[node[:snmpd][:community]] %> +<% @communities[node[:snmpd][:community]].each do |community| -%> +rocommunity <%= community %> +rocommunity6 <%= community %> +<% end -%> syslocation <%= node[:snmpd][:location] %> <% if node[:snmpd][:contact] -%> syscontact <%= node[:snmpd][:contact] %>