diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-07 09:54:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-07 09:54:02 -0300 |
commit | 8420ff0f39ca11589ae10e556d15c6f0f8b9aee6 (patch) | |
tree | 8f836ded5e5c9f17c54bf382811d3f564151b277 /manifests/subsystem/power | |
parent | 49d781980487fb37096e2af5b4b737d915152a20 (diff) | |
download | puppet-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.pp | 1 |
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, |