From 7fe6ea54d0a085473923221bc0b41c50fd4304f0 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 27 Jul 2016 13:14:17 +0200 Subject: [PATCH] Also pin hp-health on HP G6 Signed-off-by: Julien Cristau --- 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 e1cf5fce0..063911719 100644 --- a/modules/hardware/manifests/init.pp +++ b/modules/hardware/manifests/init.pp @@ -5,7 +5,7 @@ class hardware { 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"] { + } elsif "$::systemproductname" in ["ProLiant DL380 G5", "ProLiant DL360 G5", "ProLiant DL380 G6", "ProLiant DL360 G6"] { file { '/etc/apt/preferences.d/dsa-hp-tools': content => "Package: hp-health\nPin: version 10.0.*\nPin-Priority: 1100\n" } -- 2.20.1