]> git.openstreetmap.org Git - chef.git/blob - cookbooks/snmpd/templates/default/snmpd.conf.erb
Enable SNMP for HostedIn.NZ machines
[chef.git] / cookbooks / snmpd / templates / default / snmpd.conf.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 rocommunity     <%= @communities[node[:snmpd][:community]] %>
4 syslocation     <%= node[:snmpd][:location] %>
5 <% if node[:snmpd][:contact] -%>
6 syscontact      <%= node[:snmpd][:contact] %>
7 <% end -%>