X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/90a349e0bc558441e65156eabb585c578d93fbfd..c2ae372eb008748ab79461d80bb1f1725f0f68a4:/cookbooks/hardware/attributes/default.rb?ds=inline diff --git a/cookbooks/hardware/attributes/default.rb b/cookbooks/hardware/attributes/default.rb index 393dd0317..414983b84 100644 --- a/cookbooks/hardware/attributes/default.rb +++ b/cookbooks/hardware/attributes/default.rb @@ -1,9 +1,4 @@ -default[:hardware][:modules] = if node[:lsb][:release].to_f >= 16.04 - %w[lp] - else - %w[loop lp rtc] - end - +default[:hardware][:modules] = %w[lp] default[:hardware][:grub][:cmdline] = %w[nomodeset] default[:hardware][:sensors] = {} @@ -13,7 +8,7 @@ if node[:dmi] && node[:dmi][:system] default[:apt][:sources] |= ["management-component-pack"] case node[:dmi][:system][:product_name] - when "ProLiant DL360 G6", "ProLiant DL360 G7" + when "ProLiant DL360 G6", "ProLiant DL360 G7", "ProLiant SE326M1R2" default[:hardware][:sensors][:"power_meter-*"][:power][:power1] = { :ignore => true } end end