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