d682c30b23673d597e13af228e528c6503014196
[mirror/dsa-puppet.git] / modules / hardware / manifests / raid.pp
1 class hardware::raid {
2         if $::smartarraycontroller {
3                 include hardware::raid::proliant
4         }
5
6         if $::productname == 'PowerEdge 2850' {
7                 include hardware::raid::megactl
8         }
9
10         include hardware::raid::raidmpt
11 }