aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils/physical.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp
index d201193..135ef97 100644
--- a/manifests/utils/physical.pp
+++ b/manifests/utils/physical.pp
@@ -24,13 +24,13 @@ class nodo::utils::physical (
'powertop',
'bwm-ng',
'inxi',
- 'cpuid',
]:
ensure => $ensure,
}
package { [
'acpi',
+ 'cpuid',
]:
ensure => $::architecture ? {
'armv5tel' => absent,