megaraid_sas
[mirror/dsa-puppet.git] / modules / hardware / manifests / raid.pp
index 1705ea8..1dac055 100644 (file)
@@ -1,9 +1,10 @@
 class hardware::raid {
        include hardware::raid::proliant
 
-       if $::productname == 'PowerEdge 2850' {
-               include hardware::raid::megactl
+       if $::productname == 'PowerEdge 1950' {
+               include hardware::raid::dell
        }
 
        include hardware::raid::raidmpt
+       include hardware::raid::megaraid_sas
 }