From c2e4627d887e143d0339e784519e125de330078e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 30 Dec 2010 18:25:10 +0100 Subject: Currently no hibernation no laptops --- manifests/subsystems/utils.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests/subsystems/utils.pp') 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 -- cgit v1.2.3