# HG changeset patch # User IBBoard # Date 1583697282 0 # Node ID 0cccb75d7639a2be6925832fa65e43eb84108fc1 # Parent f5ce1a5542eed84799a9ba28e98a2b8b8cd3a6a0 Add rsync to tools so that backups work diff -r f5ce1a5542ee -r 0cccb75d7639 manifests/templates.pp --- a/manifests/templates.pp Sun Mar 08 11:14:58 2020 +0000 +++ b/manifests/templates.pp Sun Mar 08 19:54:42 2020 +0000 @@ -264,7 +264,7 @@ } class tools { - $packages = [ 'sqlite', 'bash-completion', 'nano', 'bzip2', 'mlocate', 'patch', 'tmux', 'wget', 'yum-utils' ] + $packages = [ 'sqlite', 'bash-completion', 'nano', 'bzip2', 'mlocate', 'patch', 'tmux', 'wget', 'yum-utils', 'rsync' ] package { $packages: ensure => installed; }