aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/backup.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-05-14 01:12:04 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-05-14 01:14:03 +0200
commit808f822507d47cc6e47da41e206ff9b942b506df (patch)
tree1854f0d3b061312810e635206a67a1c548070015 /modules/role/manifests/backup.pp
parentb0439bf9b68d4e11a1511b289cba15ea10588d8d (diff)
downloadPuppet-808f822507d47cc6e47da41e206ff9b942b506df.tar.gz
Puppet-808f822507d47cc6e47da41e206ff9b942b506df.tar.zst
Puppet-808f822507d47cc6e47da41e206ff9b942b506df.zip
Move postgresql replication to its right place
Diffstat (limited to 'modules/role/manifests/backup.pp')
-rw-r--r--modules/role/manifests/backup.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/role/manifests/backup.pp b/modules/role/manifests/backup.pp
index 37e6138..b35c542 100644
--- a/modules/role/manifests/backup.pp
+++ b/modules/role/manifests/backup.pp
@@ -14,7 +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 include "profile::boinc" 16 include "profile::boinc"
17 include "role::cryptoportfolio::postgresql_backup" 17
18 include "role::backup::postgresql"
18 19
19 ensure_packages(["rsync"]) 20 ensure_packages(["rsync"])
20 21