diff options
Diffstat (limited to 'manifests/subsystems/utils.pp')
-rw-r--r-- | manifests/subsystems/utils.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index a55941e..17eca5f 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -136,6 +136,11 @@ class utils::laptop { 'wicd', 'bluez-gnome' ]: ensure => installed, } + + # Currently no hibernation + package { 'uswsusp': + ensure => absent, + } } # Common utilities for desktop |