diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-01 21:36:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-01 21:36:42 -0300 |
commit | 732558b3707f0269468d99ef3031155f5226a38a (patch) | |
tree | 5f703369dc1c6e6e256baf475c6d0b763e10d81b | |
parent | 36111c877753fa8f74a19440f7d0d8435dbb12eb (diff) | |
download | puppet-nodo-732558b3707f0269468d99ef3031155f5226a38a.tar.gz puppet-nodo-732558b3707f0269468d99ef3031155f5226a38a.tar.bz2 |
Adds upower into nodo::utils::laptop::debian
-rw-r--r-- | manifests/utils/laptop/debian.pp | 1 |
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, } |