aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/utils/laptop/debian.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/laptop/debian.pp b/manifests/utils/laptop/debian.pp
index 9b34eb5..6688542 100644
--- a/manifests/utils/laptop/debian.pp
+++ b/manifests/utils/laptop/debian.pp
@@ -6,6 +6,7 @@ class nodo::utils::laptop::debian {
package { [
'cpufrequtils',
'acpi-support',
+ 'upower',
]:
ensure => installed,
}