Install more tools so TLP can work more effectively

This commit is contained in:
Jake Howard 2018-03-21 17:24:45 +00:00
parent e0094db3b5
commit c545bc1e57
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,5 +1,9 @@
class devices::laptop {
package {'tlp':
package {[
'ethtool',
'smartmontools',
'tlp'
]:
ensure => installed
}
-> service {'tlp':