3fb300c00ba3205a70e3208f0671b09488fad7c0
[mirror/dsa-puppet.git] / modules / hardware / manifests / intel.pp
1 class hardware::intel {
2         if $::virtual == 'physical' and $::processor0 =~ /^Intel/ {
3                 package { 'iucode-tool':
4                         ensure => installed,
5                 }
6         }
7 }