mirror of https://github.com/zulip/zulip.git
puppet: When using hostnames in pg_hba.conf, don't specify a CIDR mask
(imported from commit c60dd315886e13693de4603c3965db22a3caccfd)
This commit is contained in:
parent
79102044f4
commit
7bd21857c8
|
@ -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 staging.humbughq.com/32 cert
|
||||
hostssl humbug humbug postgres.humbughq.com/32 cert
|
||||
hostssl humbug humbug app.humbughq.com/32 cert
|
||||
hostssl humbug humbug staging.humbughq.com cert
|
||||
hostssl humbug humbug postgres.humbughq.com cert
|
||||
hostssl humbug humbug app.humbughq.com cert
|
||||
|
|
Loading…
Reference in New Issue