From e7f484b458892a3d4ff04bbe871a18641879aeaa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 30 Sep 2012 13:42:16 -0300 Subject: Rollback --- manifests/subsystems/utils/laptop.pp | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'manifests/subsystems') diff --git a/manifests/subsystems/utils/laptop.pp b/manifests/subsystems/utils/laptop.pp index 67fd43f..72c490e 100644 --- a/manifests/subsystems/utils/laptop.pp +++ b/manifests/subsystems/utils/laptop.pp @@ -14,20 +14,14 @@ class utils::laptop::debian { 'wpasupplicant', 'ekiga', 'gnome', 'revelation', 'wicd', 'wicd-curses', 'iw', 'wvdial', 'wavemon', - 'btscanner', 'usb-modeswitch', 'tftp', + 'btscanner', 'laptop-mode-tools', 'acpi-support', 'kismet', 'sharutils', 'wireshark', 'macchanger', 'weplab', 'wpagui', - 'gnokii', 'mumble', 'arp-scan' ]: + 'gnokii', 'mumble', 'arp-scan', + 'tftp', 'usb-modeswitch' ]: ensure => installed, } - # Squeeze specific packages - if $lsbdistcodename == 'squeeze' { - package { [ 'laptop-mode-tools', 'acpi-support' ]: - ensure => present, - } - } - # Lenny specific packages package { [ 'madwifi-source', 'madwifi-tools', 'bluez-gnome' ]: ensure => $lsbdistcodename ? { -- cgit v1.2.3