X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Fintel.pp;h=0cd302d03618f298fbc1c986f9ec8767bbbe9bd1;hb=4525f6c21ab0a6d9ab7f77e792296ae42c510918;hp=3fb300c00ba3205a70e3208f0671b09488fad7c0;hpb=79edb6d514206998227a45666ff7d608d7046312;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/intel.pp b/modules/hardware/manifests/intel.pp index 3fb300c00..0cd302d03 100644 --- a/modules/hardware/manifests/intel.pp +++ b/modules/hardware/manifests/intel.pp @@ -1,7 +1,10 @@ class hardware::intel { - if $::virtual == 'physical' and $::processor0 =~ /^Intel/ { + if $::virtual == 'physical' and $::debarchitecture == 'amd64' and $::processor0 =~ /^Intel/ { package { 'iucode-tool': ensure => installed, } + package { 'intel-microcode': + ensure => installed, + } } }