Install sshd, telnet

This commit is contained in:
Monocots 2019-06-16 11:42:11 +00:00
parent 6334e0cf67
commit aff8e24952

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',
'websocketd', 'fping', 'mtr-tiny', 'openssh-server', 'telnet',
'python-unidecode', 'python-dateutil', 'python-yaml', 'python-formencode',
'python-smpplib', 'python-psycopg2', 'python-pysqlite2' ]:
ensure => installed,