eximconf: unfold Subject headers before processing in RT routers
[mirror/dsa-puppet.git] / modules / hardware / manifests / raid.pp
index 1705ea8..497971e 100644 (file)
@@ -1,9 +1,8 @@
 class hardware::raid {
        include hardware::raid::proliant
 
-       if $::productname == 'PowerEdge 2850' {
-               include hardware::raid::megactl
-       }
+       include hardware::raid::dell
 
        include hardware::raid::raidmpt
+       include hardware::raid::megaraid_sas
 }