Install tshark

This commit is contained in:
Keith Whyte 2023-03-17 21:10:16 +01:00
parent 50520dd3c2
commit 0629671dc7

View file

@ -18,7 +18,7 @@ class rhizo_base::packages::common {
include stdlib
package { ['sngrep', 'tcpdump', 'sudo', 'curl', 'screen', 'tzdata', 'file', 'git',
package { ['sngrep', 'tcpdump', 'tshark', 'sudo', 'curl', 'screen', 'tzdata', 'file', 'git',
'bzip2', 'unzip', 'gdb', 'cron', 'gzip', 'iproute2', 'psmisc', 'dpkg', 'apt',
'vim-common', 'vim-tiny', 'xxd', 'rsync', 'pkg-config']:
ensure => latest,