aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-12-13 11:33:36 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-12-13 11:33:36 +0100
commitc5465178352d4bce4a4ea01bf03fbc6d6b7e59e8 (patch)
tree558b0127ec2d2677855a2de56b3dc9d6ada935d2
parent5f4a14311e56bc865cf6a70d34b9b49b12af2f9c (diff)
downloadPuppet-c5465178352d4bce4a4ea01bf03fbc6d6b7e59e8.tar.gz
Puppet-c5465178352d4bce4a4ea01bf03fbc6d6b7e59e8.tar.zst
Puppet-c5465178352d4bce4a4ea01bf03fbc6d6b7e59e8.zip
Remove backup-1 host
-rw-r--r--modules/role/manifests/caldance.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/role/manifests/caldance.pp b/modules/role/manifests/caldance.pp
index edf5790..b397d02 100644
--- a/modules/role/manifests/caldance.pp
+++ b/modules/role/manifests/caldance.pp
@@ -142,7 +142,7 @@ class role::caldance (
142 142
143 profile::postgresql::master { "postgresql master for caldance": 143 profile::postgresql::master { "postgresql master for caldance":
144 letsencrypt_host => $web_host, 144 letsencrypt_host => $web_host,
145 backup_hosts => ["backup-1"], 145 backup_hosts => [],
146 } 146 }
147 147
148 postgresql::server::db { $pg_db: 148 postgresql::server::db { $pg_db: