add file control for pg_hba
This commit is contained in:
3
templates/pg_hba_rule.conf.erb
Normal file
3
templates/pg_hba_rule.conf.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
# description: <%=@name%>
|
||||
# order number: <%=@psql_auth_order%>
|
||||
<%= @pl_auth_type %> <%= @pl_auth_database %> <%= @pl_auth_user %> <%= @pl_auth_address %> <%=@pl_auth_method %> <%=@psql_auth_option%>
|
||||
Reference in New Issue
Block a user