]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
use hp-health version 8.6 on ProLiant DL360 G4
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 19 May 2013 15:20:55 +0000 (17:20 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 19 May 2013 15:20:55 +0000 (17:20 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/hardware/manifests/init.pp

index 921eef827ec02ef55ce68c34f40abb0874a10ce9..0e3de20f8102b6445275a782d9fd1b4b841f1b91 100644 (file)
@@ -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"
                }