diff --git a/templates/server/pghba/pg_hba_rule.conf.erb b/templates/server/pghba/pg_hba_rule.conf.erb index 896fd3d..8d22400 100644 --- a/templates/server/pghba/pg_hba_rule.conf.erb +++ b/templates/server/pghba/pg_hba_rule.conf.erb @@ -1,4 +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 +# description: <%=@name%> +<%= @pl_auth_type %> <%= @pl_auth_database %> <%= @pl_auth_user %> <%= @pl_auth_address %> <%=@pl_auth_method %> <%=@ql_auth_option%>