X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7e8d0b275c34630e48c10b1720aad55544b38104..2644c33f556000f2c1eabe316784921af50be10c:/cookbooks/hardware/attributes/default.rb diff --git a/cookbooks/hardware/attributes/default.rb b/cookbooks/hardware/attributes/default.rb index fdf843d63..bbe44348e 100644 --- a/cookbooks/hardware/attributes/default.rb +++ b/cookbooks/hardware/attributes/default.rb @@ -1,6 +1,8 @@ default[:hardware][:modules] = %w[lp] default[:hardware][:grub][:cmdline] = %w[nomodeset] default[:hardware][:sensors] = {} +default[:hardware][:hwmon] = {} +default[:hardware][:ipmi][:excluded_sensors] = [] if node[:dmi] && node[:dmi][:system] case node[:dmi][:system][:manufacturer]