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