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