Revert "hardware sensors munin plugin restart munin-async daemon"
[mirror/dsa-puppet.git] / modules / hardware / manifests / init.pp
index bc5897e..8b9da9d 100644 (file)
@@ -1,14 +1,11 @@
 class hardware {
-       if $::smartarraycontroller {
-               include debian::proliant
-       }
-
-       if $::productname == 'PowerEdge 2850' {
-               include megactl
-       }
+       include hardware::raid
 
-       if $::mptraid {
-               include raidmpt
+       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"
+               }
        }
 
+       include hardware::sensors
 }