diff options
-rw-r--r-- | modules/role/manifests/caldance.pp | 2 |
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: |