]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/attributes/default.rb
Ignore unconnected IPMI sensors on gorynych
[chef.git] / cookbooks / hardware / attributes / default.rb
index fdf843d63bca4ace317d6f36b3d6fc1616d6b0e6..c7b16060842e618fd1ae752ec12534a3d902a723 100644 (file)
@@ -1,6 +1,7 @@
 default[:hardware][:modules] = %w[lp]
 default[:hardware][:grub][:cmdline] = %w[nomodeset]
 default[:hardware][:sensors] = {}
+default[:hardware][:ipmi][:excluded_sensors] = []
 
 if node[:dmi] && node[:dmi][:system]
   case node[:dmi][:system][:manufacturer]