diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-19 20:32:45 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-19 20:32:45 +0100 |
commit | f7d7967b445e59a46b3c2546c10eb9cc48ea42a1 (patch) | |
tree | 91c85fdbb3347a74ac4c5048357d64b3718c04b1 /modules | |
parent | 4772e48cc9e2e6ed39776b007cbf0d5514f4c7b9 (diff) | |
download | Puppet-f7d7967b445e59a46b3c2546c10eb9cc48ea42a1.tar.gz Puppet-f7d7967b445e59a46b3c2546c10eb9cc48ea42a1.tar.zst Puppet-f7d7967b445e59a46b3c2546c10eb9cc48ea42a1.zip |
Add missing package for backup
Diffstat (limited to 'modules')
-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 | } |