Add dell srvadmin tool to try and improve health monitoring
[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 }