mirror of https://github.com/zulip/zulip.git
puppet: Replace postgres2 with postgres1 in pg_hba.conf
(imported from commit 2d8654f9382df7473ec12caf2067ef0af5fef791)
This commit is contained in:
parent
2fcc7c0c5c
commit
de3ba5a038
|
@ -105,4 +105,4 @@ hostssl humbug humbug 10.254.4.99/32 cert # postgres
|
|||
hostssl humbug humbug 10.252.160.76/32 cert # app
|
||||
|
||||
# TODO: use certs
|
||||
hostssl replication replicator 10.254.5.182/32 md5 # postgres2
|
||||
hostssl replication replicator 10.244.48.12/32 md5 # postgres1
|
||||
|
|
Loading…
Reference in New Issue