From cfe691dc48655e4bdea849ec784b8fa24ac3a98b Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Mon, 18 Mar 2013 17:06:49 -0400 Subject: [PATCH] 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) --- servers/puppet/modules/humbug/files/postgresql/pg_hba.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/servers/puppet/modules/humbug/files/postgresql/pg_hba.conf b/servers/puppet/modules/humbug/files/postgresql/pg_hba.conf index b3f17cd890..d62a576986 100644 --- a/servers/puppet/modules/humbug/files/postgresql/pg_hba.conf +++ b/servers/puppet/modules/humbug/files/postgresql/pg_hba.conf @@ -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