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