diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-06-05 21:14:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-06-05 21:14:27 -0300 |
commit | 4d077f8d3270e017f9c0767cf4e8b53562f1c328 (patch) | |
tree | e931147bfca3a63c4af2b4211452ab59460d4b78 /manifests/base/physical.pp | |
parent | 608e1a6d391bd182813898a18f303143108132c9 (diff) | |
download | puppet-nodo-4d077f8d3270e017f9c0767cf4e8b53562f1c328.tar.gz puppet-nodo-4d077f8d3270e017f9c0767cf4e8b53562f1c328.tar.bz2 |
Manage all CPU microcode packages on nodo::base::physical
Diffstat (limited to 'manifests/base/physical.pp')
-rw-r--r-- | manifests/base/physical.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/base/physical.pp b/manifests/base/physical.pp index 035f5c7..42d2ce1 100644 --- a/manifests/base/physical.pp +++ b/manifests/base/physical.pp @@ -1,6 +1,10 @@ class nodo::base::physical inherits nodo::base::host { include nodo::subsystem::sensors + # Install all available CPU microcode packages + include nodo::utils::microcode::intel + include nodo::utils::microcode::amd64 + # Downtime monitoring # # Check https://tracker.debian.org/pkg/downtimed |