aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/microcode/intel.pp
blob: b4d12bcaf39f484c2ee88e2b73469753711cd3d1 (plain)
1
2
3
4
5
6
7
8
class nodo::utils::microcode::intel {
  # Microcode
  # See https://wiki.archlinux.org/index.php/Microcode
  #     http://en.gentoo-wiki.com/wiki/Intel_Microcode
  package { 'intel-microcode':
    ensure => present,
  }
}