X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1528e2c8ce4d8471f8127d0f5d27a6c9dfd58261..96096e070a9d9bb0dfdbcd2c939ef0ffd65273c1:/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] = {}