]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/hardware/manifests/init.pp
try to set up pinning
[dsa-puppet.git] / modules / hardware / manifests / init.pp
index 4865c9e41dc7b82c2d8694b1cac3efbe204fe3d3..b09bf929e48db4cefb8bd35ae08c6359e2fab7a4 100644 (file)
@@ -1,3 +1,11 @@
 class hardware {
        include hardware::raid
+
+       case $::systemproductname {
+               "ProLiant BL495c G5": {
+                       file { '/etc/apt/preferences.d/dsa-hp-tools':
+                               content => "Package: hp-health\n: version 8.6*\nPin-Priority: 1100\n"
+                       }
+               }
+       }
 }