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