diff options
-rw-r--r-- | manifests/subsystems/utils.pp | 6 |
1 files changed, 3 insertions, 3 deletions
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, |