]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
New hp-health appears to work on BL495c G5, use it
authorPeter Palfrader <peter@palfrader.org>
Thu, 19 Jun 2014 07:02:53 +0000 (09:02 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 19 Jun 2014 07:02:53 +0000 (09:02 +0200)
modules/hardware/manifests/init.pp

index 271b8f81d2510072eeef1f807dd2325cff11f6c6..7e474c1e988066c42da3872c2cdcdd0c4d72a452 100644 (file)
@@ -1,7 +1,7 @@
 class hardware {
        include hardware::raid
 
-       if "$::systemproductname" in ["ProLiant BL495c G5", "ProLiant DL385 G1", "ProLiant DL380 G4", "ProLiant DL360 G4"] {
+       if "$::systemproductname" in ["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"
                }