aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/laptop/debian.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-05-30 11:01:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-05-30 11:01:17 -0300
commit70ef8c84b32bc67be37f616496e0f7af5da3df54 (patch)
tree0406d5360d7ae806cf02eb8bfc5e66678bf9d797 /manifests/utils/laptop/debian.pp
parent2c75c692751b2b85458ccfd8499dff5129810f87 (diff)
downloadpuppet-nodo-70ef8c84b32bc67be37f616496e0f7af5da3df54.tar.gz
puppet-nodo-70ef8c84b32bc67be37f616496e0f7af5da3df54.tar.bz2
Enhance laptop battery support
Diffstat (limited to 'manifests/utils/laptop/debian.pp')
-rw-r--r--manifests/utils/laptop/debian.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/utils/laptop/debian.pp b/manifests/utils/laptop/debian.pp
index d45ec4c..9b34eb5 100644
--- a/manifests/utils/laptop/debian.pp
+++ b/manifests/utils/laptop/debian.pp
@@ -6,7 +6,6 @@ class nodo::utils::laptop::debian {
package { [
'cpufrequtils',
'acpi-support',
- 'laptop-mode-tools',
]:
ensure => installed,
}