aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/laptop.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/utils/laptop.pp')
-rw-r--r--manifests/subsystems/utils/laptop.pp12
1 files changed, 3 insertions, 9 deletions
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 ? {