old hp-health for dl385g1
[mirror/dsa-puppet.git] / modules / hardware / manifests / init.pp
index e87de20..32e0c22 100644 (file)
@@ -1,14 +1,9 @@
 class hardware {
-       if $::smartarraycontroller {
-               include debian-org::proliant
-       }
-
-       if $::productname == 'PowerEdge 2850' {
-               include megactl
-       }
+       include hardware::raid
 
-       if $::mptraid {
-               include raidmpt
+       if $::systemproductname in ["ProLiant BL495c G5", "ProLiant DL385 G1"] {
+               file { '/etc/apt/preferences.d/dsa-hp-tools':
+                       content => "Package: hp-health\nPin: version 8.6*\nPin-Priority: 1100\n"
+               }
        }
-
 }