mirror of https://github.com/zulip/zulip.git
puppet: Add postgres replication user
(imported from commit 92c3a28584f6d83cc187314f5e7b17b4def18321)
This commit is contained in:
parent
1658d31004
commit
2faaf50514
|
@ -103,3 +103,6 @@ host all all ::1/128 md5
|
|||
hostssl humbug humbug 10.252.136.89/32 cert # staging
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue