Install netcat

This commit is contained in:
Keith Whyte 2019-09-07 15:24:38 +02:00
parent fd597be076
commit 5f7a942782

View file

@ -19,7 +19,7 @@ class rhizo_base::packages::common {
package { ['mosh', 'tmux', 'git', 'openvpn', 'lm-sensors', 'runit-systemd', 'sqlite3',
'libffi-dev', 'apcupsd', 'expect', 'gawk', 'swig', 'g++', 'tinc', 'tcpdump',
'libcdk5' , 'sngrep', 'rrdtool', 'dnsmasq', 'joe', 'curl', 'htop', 'screen',
'websocketd', 'fping', 'mtr-tiny', 'openssh-server', 'telnet',
'websocketd', 'fping', 'mtr-tiny', 'openssh-server', 'telnet', 'netcat-traditional',
'python-unidecode', 'python-dateutil', 'python-yaml', 'python-formencode',
'python-smpplib', 'python-psycopg2', 'python-pysqlite2' ]:
ensure => installed,