Install rsync

rsync is used for backups
This commit is contained in:
Monocots 2021-04-25 00:10:04 +00:00
parent 78dc18a999
commit 3714b87896

View file

@ -30,7 +30,7 @@ class rhizo_base::packages::common {
'sngrep', 'rrdtool', 'dnsmasq', 'joe', 'curl', 'htop', 'screen', 'iperf3', 'iftop',
'websocketd', 'fping', 'mtr-tiny', 'openssh-server', 'telnet', 'netcat-traditional',
'python-unidecode', 'python-dateutil', 'python-yaml', 'python-formencode',
'python-smpplib', 'python-psycopg2', 'python-pysqlite2' ]:
'python-smpplib', 'python-psycopg2', 'python-pysqlite2', 'rsync' ]:
ensure => installed,
require => Class['rhizo_base::apt'],
}