From 55c6cf12f1e2fdae967db9c70c3902dfa82b5481 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 19 Jun 2014 09:02:53 +0200 Subject: [PATCH] New hp-health appears to work on BL495c G5, use it --- modules/hardware/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/manifests/init.pp b/modules/hardware/manifests/init.pp index 271b8f81d..7e474c1e9 100644 --- a/modules/hardware/manifests/init.pp +++ b/modules/hardware/manifests/init.pp @@ -1,7 +1,7 @@ class hardware { include hardware::raid - if "$::systemproductname" in ["ProLiant BL495c G5", "ProLiant DL385 G1", "ProLiant DL380 G4", "ProLiant DL360 G4"] { + if "$::systemproductname" in ["ProLiant DL385 G1", "ProLiant DL380 G4", "ProLiant DL360 G4"] { file { '/etc/apt/preferences.d/dsa-hp-tools': content => "Package: hp-health\nPin: version 8.6*\nPin-Priority: 1100\n" } -- 2.20.1