diff --git a/roles/postgresql_server/files/pg_hba.conf b/roles/postgresql_server/files/pg_hba.conf index db350f8fdf..9370a609a3 100644 --- a/roles/postgresql_server/files/pg_hba.conf +++ b/roles/postgresql_server/files/pg_hba.conf @@ -73,6 +73,7 @@ local all all ident host koji koji 10.5.128.166 255.255.255.255 md5 host all all 0.0.0.0 0.0.0.0 md5 +host replication 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