aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/backup.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-05-14 00:37:45 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-05-14 00:37:45 +0200
commita87d847bf496e64b10e515866bcfd86dfeb6ffa4 (patch)
treefbbaec6a735433be8d1da2c949df9ea50fe97539 /modules/role/manifests/backup.pp
parenta859ab30660104d25485824afa1c23de454bb5ed (diff)
parent6d1c9c43fb2133689d814cfc84a4942ceec5c1c7 (diff)
downloadPuppet-a87d847bf496e64b10e515866bcfd86dfeb6ffa4.tar.gz
Puppet-a87d847bf496e64b10e515866bcfd86dfeb6ffa4.tar.zst
Puppet-a87d847bf496e64b10e515866bcfd86dfeb6ffa4.zip
Merge branch 'postgresql_backup' into dev
Diffstat (limited to 'modules/role/manifests/backup.pp')
-rw-r--r--modules/role/manifests/backup.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/role/manifests/backup.pp b/modules/role/manifests/backup.pp
index ab485b0..37e6138 100644
--- a/modules/role/manifests/backup.pp
+++ b/modules/role/manifests/backup.pp
@@ -14,6 +14,7 @@ class role::backup (
14 include "profile::xmr_stak" 14 include "profile::xmr_stak"
15 include "profile::known_hosts" 15 include "profile::known_hosts"
16 include "profile::boinc" 16 include "profile::boinc"
17 include "role::cryptoportfolio::postgresql_backup"
17 18
18 ensure_packages(["rsync"]) 19 ensure_packages(["rsync"])
19 20