projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79edb6d
)
Also install intel-microcode
author
Julien Cristau
<jcristau@debian.org>
Fri, 6 Sep 2019 16:58:25 +0000
(18:58 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Fri, 6 Sep 2019 16:58:25 +0000
(18:58 +0200)
modules/hardware/manifests/intel.pp
patch
|
blob
|
history
diff --git
a/modules/hardware/manifests/intel.pp
b/modules/hardware/manifests/intel.pp
index
3fb300c
..
3a2513d
100644
(file)
--- 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,
+ }
}
}