]> git.openstreetmap.org Git - chef.git/blob - cookbooks/snmpd/templates/default/snmpd.conf.erb
Disable unreliable DNSSEC in test-kitchen
[chef.git] / cookbooks / snmpd / templates / default / snmpd.conf.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 <% Array(@communities[node[:snmpd][:community]]).each do |community| -%>  
4 rocommunity     <%= community %>
5 rocommunity6    <%= community %>
6 <% end -%>
7 syslocation     <%= node[:snmpd][:location] %>
8 <% if node[:snmpd][:contact] -%>
9 syscontact      <%= node[:snmpd][:contact] %>
10 <% end -%>