From b7e60a7b35aac438aa123210c3479cea23b7df70 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 19 May 2013 14:20:11 +0200 Subject: [PATCH] old hp-health for ProLiant DL380 G4 --- 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 32e0c2242..0ab1eb348 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"] { + if $::systemproductname in ["ProLiant BL495c G5", "ProLiant DL385 G1", "ProLiant DL380 G4"] { file { '/etc/apt/preferences.d/dsa-hp-tools': content => "Package: hp-health\nPin: version 8.6*\nPin-Priority: 1100\n" } -- 2.20.1