X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/df083ed13f74574e55a679e7748cc3e937821cda..0e39eff9759a6ae4c50c5ed8eeb9e8bef2d2ad64:/cookbooks/hardware/attributes/default.rb diff --git a/cookbooks/hardware/attributes/default.rb b/cookbooks/hardware/attributes/default.rb index 00886cc22..f0b0f73b1 100644 --- a/cookbooks/hardware/attributes/default.rb +++ b/cookbooks/hardware/attributes/default.rb @@ -1,4 +1,5 @@ default[:hardware][:modules] = %w[lp] +default[:hardware][:blacklisted_modules] = %w[] default[:hardware][:grub][:cmdline] = %w[nomodeset] default[:hardware][:sensors] = {} default[:hardware][:hwmon] = {}