buildd: remove buildd-schroot-aptitude-kill.squeeze
[mirror/dsa-puppet.git] / modules / hardware / manifests / raid.pp
index 3affb89..a31fcab 100644 (file)
@@ -1,14 +1,9 @@
 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
 }