commit e70c65345ec021255a0ab2d0a6ec90c80392caf9
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Nov 3 12:12:14 2016 +0100
Add missing ipsilon and fas2 in db02
roles/postgresql_server/files/pg_hba.conf | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/roles/postgresql_server/files/pg_hba.conf
b/roles/postgresql_server/files/pg_hba.conf
index 07e1b6e..34bfab4 100644
--- a/roles/postgresql_server/files/pg_hba.conf
+++ b/roles/postgresql_server/files/pg_hba.conf
@@ -74,8 +74,10 @@ local all all ident
host bugs bugs 192.168.181.157 255.255.255.255 md5
host koji koji 192.168.181.135 255.255.255.255 md5
host bodhi2 bodhi2 192.168.181.141 255.255.255.255 md5
+host fas2 fas 192.168.181.172 255.255.255.255 md5
host pkgdb2 pkgdb2 192.168.181.138 255.255.255.255 md5
host pkgdb2 pkgdb2_user 192.168.181.138 255.255.255.255 md5
+host all ipsilon 192.168.181.160 255.255.255.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
Show replies by date