Latest hp-health doesn't seem to work on those boxes.
Signed-off-by: Julien Cristau <jcristau@debian.org>
file { '/etc/apt/preferences.d/dsa-hp-tools':
content => "Package: hp-health\nPin: version 8.6*\nPin-Priority: 1100\n"
}
+ } elsif "$::systemproductname" in ["ProLiant DL380 G5", "ProLiant DL360 G5"] {
+ file { '/etc/apt/preferences.d/dsa-hp-tools':
+ content => "Package: hp-health\nPin: version 10.0.*\nPin-Priority: 1100\n"
+ }
} else {
file { '/etc/apt/preferences.d/dsa-hp-tools':
ensure => absent