Also pin hp-health on HP G6
authorJulien Cristau <jcristau@debian.org>
Wed, 27 Jul 2016 11:14:17 +0000 (13:14 +0200)
committerJulien Cristau <jcristau@debian.org>
Wed, 27 Jul 2016 11:14:17 +0000 (13:14 +0200)
Signed-off-by: Julien Cristau <jcristau@debian.org>
modules/hardware/manifests/init.pp

index e1cf5fc..0639117 100644 (file)
@@ -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"
                }