From 67be561e5e74cee874dddbff6817606c662c5289 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 14 Oct 2016 20:20:26 +0000 Subject: [PATCH] just hardcode trusted replication members for now --- roles/postgresql_server_bdr/files/pg_hba.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/postgresql_server_bdr/files/pg_hba.conf b/roles/postgresql_server_bdr/files/pg_hba.conf index 9a1770c590..b95490325f 100644 --- a/roles/postgresql_server_bdr/files/pg_hba.conf +++ b/roles/postgresql_server_bdr/files/pg_hba.conf @@ -76,5 +76,5 @@ host all all 0.0.0.0 0.0.0.0 md5 # Note, I can't think of a reason to make this more restrictive than ipv4 but # only fakefas needs it so far host all all ::1/128 md5 - - +host all all 10.5.126.188/32 trust +host all all 10.5.126.189/32 trust