Install iucode-tool on physical machines with Intel CPUs
[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 }