add rossini
[mirror/dsa-puppet.git] / modules / hardware / manifests / init.pp
index bc5897e..4865c9e 100644 (file)
@@ -1,14 +1,3 @@
 class hardware {
-       if $::smartarraycontroller {
-               include debian::proliant
-       }
-
-       if $::productname == 'PowerEdge 2850' {
-               include megactl
-       }
-
-       if $::mptraid {
-               include raidmpt
-       }
-
+       include hardware::raid
 }