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:
Zev Benjamin
2013-03-18 17:06:49 -04:00
parent f3f1205522
commit cfe691dc48

View File

@@ -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