'revelation', 'wicd', 'wicd-curses',
'iw', 'wvdial', 'wavemon',
'btscanner', 'laptop-mode-tools', 'acpi-support',
- 'kismet', 'sharutils', 'wireshark',
+ 'tftp', 'sharutils', 'wireshark',
'macchanger', 'weplab', 'wpagui',
'gnokii', 'mumble', 'arp-scan',
- 'tftp', 'usb-modeswitch' ]:
+ 'usb-modeswitch' ]:
ensure => installed,
}
}
}
+ # Squeeze specific packages
+ package { 'kismet':
+ ensure => $::lsbdistcodename ? {
+ 'squeeze' => installed,
+ default => absent,
+ }
+ }
+
# Hibernation on lenny
if $::lsbdistcodename == 'lenny' {
$hibernate = hiera('nodo::laptop::hibernate', false)