1
0
Fork 0
dotfiles/sysconfig_arch/cfg_workstation-laptop.pp
Joerg Elfring a26076b864 ALL NEW DOTFILES!
No more branches and no more Makefiles
2020-06-16 22:47:23 +02:00

21 lines
No EOL
452 B
Puppet

############################################################################
###
## Additional config for Laptops
#
#
package {'tlp': ensure => installed}
service {'tlp':
ensure => 'running',
enable => true,
}
file {'/etc/default/tlp':
ensure => file,
backup => false,
owner => 'root',
group => 'root',
mode => '0644',
source => "puppet:///modules/desktop/etc/default/tlp",
}