From bedf5e7fd4560671751bd1354c241d1862ef6a86 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 1 Oct 2025 17:36:58 +0200 Subject: [PATCH] add extra line for space see https://gitlab.confdroid.com/internal/confdroid_management/-/issues/235 --- templates/server/pghba/pg_hba_rule.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/server/pghba/pg_hba_rule.conf.erb b/templates/server/pghba/pg_hba_rule.conf.erb index ae4039c..81a77aa 100644 --- a/templates/server/pghba/pg_hba_rule.conf.erb +++ b/templates/server/pghba/pg_hba_rule.conf.erb @@ -1,3 +1,3 @@ - # description: <%=@name%> -<%= @pl_auth_type %> <%= @pl_auth_database %> <%= @pl_auth_user %> <%= @pl_auth_address %> <%=@pl_auth_method %> <%=@psql_auth_option%> \ No newline at end of file +<%= @pl_auth_type %> <%= @pl_auth_database %> <%= @pl_auth_user %> <%= @pl_auth_address %> <%=@pl_auth_method %> <%=@psql_auth_option%> + \ No newline at end of file