diff options
Diffstat (limited to 'manifests/utils')
-rw-r--r-- | manifests/utils/laptop/debian.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utils/laptop/debian.pp b/manifests/utils/laptop/debian.pp index 3c83a4e..12bb54c 100644 --- a/manifests/utils/laptop/debian.pp +++ b/manifests/utils/laptop/debian.pp @@ -9,7 +9,8 @@ class nodo::utils::laptop::debian { 'btscanner', 'laptop-mode-tools', 'acpi-support', 'tftp', 'sharutils', 'wireshark', 'macchanger', 'weplab', 'wpagui', - 'gnokii', 'sslstrip', 'uswsusp' ]: + 'gnokii', 'sslstrip', 'uswsusp', + 'tcpdump', 'tshark' ]: ensure => installed, } |