1 # DO NOT EDIT - This file is being maintained by Chef
3 <% Array(@communities[node[:snmpd][:community]]).each do |community| -%>
4 rocommunity <%= community %>
5 rocommunity6 <%= community %>
7 syslocation <%= node[:snmpd][:location] %>
8 <% if node[:snmpd][:contact] -%>
9 syscontact <%= node[:snmpd][:contact] %>