X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Fintel.pp;h=3a2513dcb13c460fccb8b9fd0538be8a4701bb36;hb=25830382af2766be3b5bf262ae55858c1a876758;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..3a2513dcb 100644 --- a/modules/hardware/manifests/intel.pp +++ b/modules/hardware/manifests/intel.pp @@ -3,5 +3,8 @@ class hardware::intel { package { 'iucode-tool': ensure => installed, } + package { 'intel-microcode': + ensure => installed, + } } }