]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/hardware/manifests/init.pp
massive style guide fixups
[dsa-puppet.git] / modules / hardware / manifests / init.pp
1 class hardware {
2         if $::smartarraycontroller {
3                 include debian::proliant
4         }
5
6         if $::productname == 'PowerEdge 2850' {
7                 include megactl
8         }
9
10         if $::mptraid {
11                 include raidmpt
12         }
13
14 }