0ab1eb3486f6728830a956eb28e1cc45058fd740
[mirror/dsa-puppet.git] / modules / hardware / manifests / init.pp
1 class hardware {
2         include hardware::raid
3
4         if $::systemproductname in ["ProLiant BL495c G5", "ProLiant DL385 G1", "ProLiant DL380 G4"] {
5                 file { '/etc/apt/preferences.d/dsa-hp-tools':
6                         content => "Package: hp-health\nPin: version 8.6*\nPin-Priority: 1100\n"
7                 }
8         }
9 }