From 3714b87896424280e49d97a4cd1022932f72991e Mon Sep 17 00:00:00 2001 From: Monocots Date: Sun, 25 Apr 2021 00:10:04 +0000 Subject: [PATCH] Install rsync rsync is used for backups --- modules/rhizo_base/manifests/packages.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/packages.pp b/modules/rhizo_base/manifests/packages.pp index 398c793..0717c69 100644 --- a/modules/rhizo_base/manifests/packages.pp +++ b/modules/rhizo_base/manifests/packages.pp @@ -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'], }