diff options
Diffstat (limited to 'modules/role')
-rw-r--r-- | modules/role/manifests/backup.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/role/manifests/backup.pp b/modules/role/manifests/backup.pp index d7ba486..7a0c275 100644 --- a/modules/role/manifests/backup.pp +++ b/modules/role/manifests/backup.pp | |||
@@ -14,6 +14,8 @@ class role::backup ( | |||
14 | include "profile::xmr_stak" | 14 | include "profile::xmr_stak" |
15 | include "profile::known_hosts" | 15 | include "profile::known_hosts" |
16 | 16 | ||
17 | ensure_packages(["rsync"]) | ||
18 | |||
17 | ssh_keygen { $user: | 19 | ssh_keygen { $user: |
18 | notify => Notify_refresh["notify-backup-sshkey-change"] | 20 | notify => Notify_refresh["notify-backup-sshkey-change"] |
19 | } | 21 | } |