From 316cbdfd3dff6596dcfe4dfbf60c2f278d8d6be8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Feb 2011 18:43:05 -0200 Subject: Including bluez-gnome on lenny specific packages --- manifests/subsystems/utils.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/subsystems/utils.pp') diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 66aa3c2..a64590f 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -156,12 +156,12 @@ class utils::personal { class utils::laptop { package { [ 'cpufrequtils', 'module-assistant', 'wireless-tools', 'wpasupplicant', 'ekiga', 'gnome', - 'revelation', 'wicd', 'bluez-gnome', - 'iw' ]: + 'revelation', 'wicd', 'iw' ]: ensure => installed, } - package { [ 'madwifi-source', 'madwifi-tools' ]: + # Lenny specific packages + package { [ 'madwifi-source', 'madwifi-tools', 'bluez-gnome' ]: ensure => $lsbdistcodename ? { 'lenny' => installed, default => absent, -- cgit v1.2.3