diff options
Diffstat (limited to 'manifests/subsystems/utils/laptop.pp')
-rw-r--r-- | manifests/subsystems/utils/laptop.pp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/manifests/subsystems/utils/laptop.pp b/manifests/subsystems/utils/laptop.pp index 12ee1c8..0cb7c0c 100644 --- a/manifests/subsystems/utils/laptop.pp +++ b/manifests/subsystems/utils/laptop.pp @@ -37,22 +37,4 @@ class utils::laptop::debian { } } - # Lenny specific packages - package { [ 'madwifi-source', 'madwifi-tools', 'bluez-gnome' ]: - ensure => $::lsbdistcodename ? { - 'lenny' => installed, - default => absent, - } - } - - # Hibernation on lenny - if $::lsbdistcodename == 'lenny' { - $hibernate = hiera('nodo::laptop::hibernate', false) - package { 'uswsusp': - ensure => $hibernate ? { - false => absent, - default => present, - }, - } - } } |