X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/90a349e0bc558441e65156eabb585c578d93fbfd..623dcf6bfde3757e54fcc275ae2bbf48582fae61:/cookbooks/hardware/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/hardware/attributes/default.rb b/cookbooks/hardware/attributes/default.rb index 393dd0317..fb19506f4 100644 --- a/cookbooks/hardware/attributes/default.rb +++ b/cookbooks/hardware/attributes/default.rb @@ -7,6 +7,8 @@ default[:hardware][:modules] = if node[:lsb][:release].to_f >= 16.04 default[:hardware][:grub][:cmdline] = %w[nomodeset] default[:hardware][:sensors] = {} +default[:hardware][:mcelog][:enabled] = true + if node[:dmi] && node[:dmi][:system] case node[:dmi][:system][:manufacturer] when "HP"