X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/274f9961096e1a06da571a7db1acc5ba969afbe5..c2ae372eb008748ab79461d80bb1f1725f0f68a4:/cookbooks/hardware/attributes/default.rb diff --git a/cookbooks/hardware/attributes/default.rb b/cookbooks/hardware/attributes/default.rb index 2527e1622..414983b84 100644 --- a/cookbooks/hardware/attributes/default.rb +++ b/cookbooks/hardware/attributes/default.rb @@ -1,14 +1,7 @@ -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] = {} -default[:hardware][:mcelog][:enabled] = node[:lsb][:release].to_f < 18.04 - if node[:dmi] && node[:dmi][:system] case node[:dmi][:system][:manufacturer] when "HP"