]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/role/manifests/backup.pp
Merge branch 'dev'
[perso/Immae/Projets/Puppet.git] / modules / role / manifests / backup.pp
index edfd5e0f83f530a4e28f3ca2d5d33567f131c478..7a0c2759e0728cfa254afc2ab5ce03aaebce3e35 100644 (file)
@@ -8,11 +8,14 @@ class role::backup (
 ) {
   include "base_installation"
 
+  include "profile::fstab"
   include "profile::mail"
   include "profile::tools"
   include "profile::xmr_stak"
   include "profile::known_hosts"
 
+  ensure_packages(["rsync"])
+
   ssh_keygen { $user:
     notify => Notify_refresh["notify-backup-sshkey-change"]
   }