]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/hardware/manifests/raid.pp
ferm: change ferm.conf to a template
[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         if $::mptraid {
11                 include hardware::raid::raidmpt
12         }
13
14 }