diff --git a/modules/devices/manifests/laptop.pp b/modules/devices/manifests/laptop.pp index 1021a3b..9771908 100644 --- a/modules/devices/manifests/laptop.pp +++ b/modules/devices/manifests/laptop.pp @@ -1,5 +1,9 @@ class devices::laptop { - package {'tlp': + package {[ + 'ethtool', + 'smartmontools', + 'tlp' + ]: ensure => installed } -> service {'tlp':