From: Silvio Rhatto Date: Wed, 3 Sep 2014 15:19:30 +0000 (-0300) Subject: Adding tcpdump and tshark into nodo::utils::laptop::debian X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a24278f15722f10d09422edc320b0e7859ff2368;p=puppet-nodo.git Adding tcpdump and tshark into nodo::utils::laptop::debian --- 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, }