X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7e8d0b275c34630e48c10b1720aad55544b38104..9c716e8f505c97ab226ba3a73e3396e0d469349a:/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]