diff options
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 |