aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/power
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-07 09:54:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-07 09:54:02 -0300
commit8420ff0f39ca11589ae10e556d15c6f0f8b9aee6 (patch)
tree8f836ded5e5c9f17c54bf382811d3f564151b277 /manifests/subsystem/power
parent49d781980487fb37096e2af5b4b737d915152a20 (diff)
downloadpuppet-nodo-8420ff0f39ca11589ae10e556d15c6f0f8b9aee6.tar.gz
puppet-nodo-8420ff0f39ca11589ae10e556d15c6f0f8b9aee6.tar.bz2
Adds nodo::subsystem::kernel::headers
Diffstat (limited to 'manifests/subsystem/power')
-rw-r--r--manifests/subsystem/power/tlp.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/subsystem/power/tlp.pp b/manifests/subsystem/power/tlp.pp
index 1c07d1c..4a1333b 100644
--- a/manifests/subsystem/power/tlp.pp
+++ b/manifests/subsystem/power/tlp.pp
@@ -1,5 +1,6 @@
class nodo::subsystem::power::tlp {
include nodo::utils::laptop::tlp
+ include nodo::subsystem::kernel::headers
file { '/etc/default/tlp':
ensure => present,