Install more tools so TLP can work more effectively
This commit is contained in:
parent
e0094db3b5
commit
c545bc1e57
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
class devices::laptop {
|
||||
package {'tlp':
|
||||
package {[
|
||||
'ethtool',
|
||||
'smartmontools',
|
||||
'tlp'
|
||||
]:
|
||||
ensure => installed
|
||||
}
|
||||
-> service {'tlp':
|
||||
|
|
Loading…
Reference in a new issue