puppet: When using hostnames in pg_hba.conf, don't specify a CIDR mask

(imported from commit c60dd315886e13693de4603c3965db22a3caccfd)
This commit is contained in:
Zev Benjamin 2013-03-19 17:52:42 -04:00
parent 79102044f4
commit 7bd21857c8
1 changed files with 3 additions and 3 deletions

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