]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
old hp-health for ProLiant DL380 G4
authorPeter Palfrader <peter@palfrader.org>
Sun, 19 May 2013 12:20:11 +0000 (14:20 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 19 May 2013 12:20:11 +0000 (14:20 +0200)
modules/hardware/manifests/init.pp

index 32e0c224217380660f38e42ca52cee70b1a63b2a..0ab1eb3486f6728830a956eb28e1cc45058fd740 100644 (file)
@@ -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"
                }