diff options
-rw-r--r-- | manifests/subsystems/utils/laptop.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/laptop.pp b/manifests/subsystems/utils/laptop.pp index b65e3b9..dad2e03 100644 --- a/manifests/subsystems/utils/laptop.pp +++ b/manifests/subsystems/utils/laptop.pp @@ -4,7 +4,9 @@ class utils::laptop { 'wpasupplicant', 'ekiga', 'gnome', 'revelation', 'wicd', 'wicd-curses', 'iw', 'wvdial', 'wavemon', - 'btscanner', 'laptop-mode-tools', 'acpi-support' ]: + 'btscanner', 'laptop-mode-tools', 'acpi-support', + 'kismet', 'sharutils', 'wireshark', + 'macchanger', 'weplab', 'wpagui' ]: ensure => installed, } |