From 80e9bc3bb6e87bd780d514fcaec45877f4990591 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 1 Oct 2025 16:32:26 +0200 Subject: [PATCH] remove line with order number to unclutter see https://gitlab.confdroid.com/internal/confdroid_management/-/issues/235 --- templates/server/pghba/pg_hba_rule.conf.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/server/pghba/pg_hba_rule.conf.erb b/templates/server/pghba/pg_hba_rule.conf.erb index 4cdf5a8..763230d 100644 --- a/templates/server/pghba/pg_hba_rule.conf.erb +++ b/templates/server/pghba/pg_hba_rule.conf.erb @@ -1,3 +1,2 @@ # description: <%=@name%> -# order number: <%=@pl_auth_order%> <%= @pl_auth_type %> <%= @pl_auth_database %> <%= @pl_auth_user %> <%= @pl_auth_address %> <%=@pl_auth_method %> <%=@psql_auth_option%>