]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/attributes/default.rb
More work on automatic installation of raid tools
[chef.git] / cookbooks / hardware / attributes / default.rb
index 73940d9b7d29cda002eb0e2837bac5b4427efe02..6b12827ca64a4cd0ec3941943c2f3fddcbac67ba 100644 (file)
@@ -10,7 +10,9 @@ if node[:dmi] and node[:dmi][:system]
 end
 
 if node[:kernel] and node[:kernel][:modules]
-  if node[:kernel][:modules].include?("mpt2sas")
+  raidmods = node[:kernel][:modules].keys & ["cciss", "mptsas", "mpt2sas", "megaraid_mm", "megaraid_sas", "aacraid"]
+
+  unless raidmods.empty?
     default[:apt][:sources] |= [ "hwraid" ]
   end
 end