# See https://www.thinkwiki.org/wiki/Tp_smapi # Support available apci-call or tp-smapi # Conflicts with laptop-mode-tools from nodo::utils::laptop::mode_tools class nodo::utils::laptop::tlp( $implementation = 'acpi-call', $ensure = 'installed', ) { package { [ 'tlp', ]: ensure => $ensure, } package { [ "${implementation}-dkms", ]: ensure => $ensure, } # This package requires network-manager, which # conflicts with wicd. package { 'tlp-rdw': ensure => absent, } }