X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d94299b4334d3bec30f7f06c873565cac267c595..c2a6d24fa22bf6c64165d8ea2570e8af63961237:/cookbooks/hardware/attributes/default.rb diff --git a/cookbooks/hardware/attributes/default.rb b/cookbooks/hardware/attributes/default.rb index 81416582d..f77967a20 100644 --- a/cookbooks/hardware/attributes/default.rb +++ b/cookbooks/hardware/attributes/default.rb @@ -8,11 +8,11 @@ default[:hardware][:grub][:cmdline] = %w(nomodeset) default[:hardware][:sensors] = {} if node[:dmi] && node[:dmi][:system] - case dmi.system.manufacturer + case node[:dmi][:system][:manufacturer] when "HP" default[:apt][:sources] |= ["management-component-pack"] - case dmi.system.product_name + case node[:dmi][:system][:product_name] when "ProLiant DL360 G6", "ProLiant DL360 G7" default[:hardware][:sensors][:"power_meter-*"][:power][:power1] = { :ignore => true } end