mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
puppet: Use hostnames in pg_hba.conf
We can do this now that we can use our servers' DNS names internally. (imported from commit a8e672843e99c1b549a44b3528a5f6698ea9df54)
This commit is contained in:
@@ -100,6 +100,6 @@ host all all ::1/128 md5
|
||||
#host replication postgres 127.0.0.1/32 md5
|
||||
#host replication postgres ::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
|
||||
hostssl humbug humbug staging.humbughq.com/32 cert
|
||||
hostssl humbug humbug postgres.humbughq.com/32 cert
|
||||
hostssl humbug humbug app.humbughq.com/32 cert
|
||||
|
||||
Reference in New Issue
Block a user