Install iucode-tool on physical machines with Intel CPUs
[mirror/dsa-puppet.git] / modules / hardware / manifests / init.pp
index b505c32..5619032 100644 (file)
@@ -5,10 +5,10 @@ class hardware {
                file { '/etc/apt/preferences.d/dsa-hp-tools':
                        content => "Package: hp-health\nPin: version 8.6*\nPin-Priority: 1100\n"
                }
-       } elsif "$::systemproductname" in ["ProLiant DL380 G5", "ProLiant DL360 G5", "ProLiant DL380 G6", "ProLiant DL360 G6", "ProLiant BL495c G5"] {
-               file { '/etc/apt/preferences.d/dsa-hp-tools':
-                       content => "Package: hp-health\nPin: version 10.0.*\nPin-Priority: 1100\n"
-               }
+       #} elsif "$::systemproductname" in ["ProLiant DL380 G5", "ProLiant DL360 G5", "ProLiant DL380 G6", "ProLiant DL360 G6", "ProLiant BL495c G5"] {
+       #       file { '/etc/apt/preferences.d/dsa-hp-tools':
+       #               content => "Package: hp-health\nPin: version 10.0.*\nPin-Priority: 1100\n"
+       #       }
        } else {
                file { '/etc/apt/preferences.d/dsa-hp-tools':
                        ensure => absent
@@ -16,4 +16,8 @@ class hardware {
        }
 
        include hardware::sensors
+
+       include hardware::fixes
+
+       include hardware::intel
 }