X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/06a63ff483490efca4bc271b0ece80d58ab2ce51..868dbb785525168c1d36f121bf83ebdd6c1aba51:/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