From 732558b3707f0269468d99ef3031155f5226a38a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 1 Oct 2017 21:36:42 -0300 Subject: Adds upower into nodo::utils::laptop::debian --- manifests/utils/laptop/debian.pp | 1 + 1 file changed, 1 insertion(+) 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, } -- cgit v1.2.3