From 99fbe0536b2bf563d269dc84a613dae2d4d3e39f Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 18 Apr 2025 23:57:39 +0200 Subject: [PATCH] add file control for pg_hba --- templates/{pg_hba.conf.erb.erb => pg_hba.conf.erb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename templates/{pg_hba.conf.erb.erb => pg_hba.conf.erb} (99%) diff --git a/templates/pg_hba.conf.erb.erb b/templates/pg_hba.conf.erb similarity index 99% rename from templates/pg_hba.conf.erb.erb rename to templates/pg_hba.conf.erb index 779d83b..d897873 100644 --- a/templates/pg_hba.conf.erb.erb +++ b/templates/pg_hba.conf.erb @@ -15,4 +15,5 @@ host all all ::1/128 md5 # replication privilege. local replication all md5 host replication all 127.0.0.1/32 md5 -host replication all ::1/128 md5 \ No newline at end of file +host replication all ::1/128 md5 +