]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/attributes/default.rb
Monitor all HP RAID volumes
[chef.git] / cookbooks / hardware / attributes / default.rb
index 6b12827ca64a4cd0ec3941943c2f3fddcbac67ba..904b51e3653726ce2c04a7543a7679889b11282f 100644 (file)
@@ -10,7 +10,7 @@ if node[:dmi] and node[:dmi][:system]
 end
 
 if node[:kernel] and node[:kernel][:modules]
-  raidmods = node[:kernel][:modules].keys & ["cciss", "mptsas", "mpt2sas", "megaraid_mm", "megaraid_sas", "aacraid"]
+  raidmods = node[:kernel][:modules].keys & ["cciss", "hpsa", "mptsas", "mpt2sas", "megaraid_mm", "megaraid_sas", "aacraid"]
 
   unless raidmods.empty?
     default[:apt][:sources] |= [ "hwraid" ]