]> git.openstreetmap.org Git - chef.git/blob - cookbooks/hardware/templates/default/ipmi_local.yml.erb
Merge remote-tracking branch 'github/pull/422'
[chef.git] / cookbooks / hardware / templates / default / ipmi_local.yml.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 modules:
4   default:
5     collectors:
6       - bmc
7       - ipmi
8       - dcmi
9       - chassis
10     exclude_sensor_ids:
11 <% node[:hardware][:ipmi][:excluded_sensors].each do |sensor| -%>
12       - <%= sensor %>
13 <% end -%>