Use munin to monitor temperature sensors on some hosts (those having a /sys/devices...
[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", "ProLiant DL360 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
10         include hardware::sensors
11 }