From be30a3c40f3dbe44b1d6e4a7095bbddc55804290 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sun, 19 May 2013 17:20:55 +0200 Subject: [PATCH] use hp-health version 8.6 on ProLiant DL360 G4 Signed-off-by: Martin Zobel-Helas --- 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 921eef827..0e3de20f8 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"] { + if "$::systemproductname" in ["ProLiant BL495c G5", "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