Added modules
This commit is contained in:
parent
c53c931217
commit
59ec520742
646 changed files with 35182 additions and 0 deletions
5
modules/postgresql/templates/pg_hba_rule.conf
Normal file
5
modules/postgresql/templates/pg_hba_rule.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
# Rule Name: <%=@name%>
|
||||
# Description: <%=@description%>
|
||||
# Order: <%=@order%>
|
||||
<%=@type%> <%=@database%> <%=@user%> <%=@address%> <%=@auth_method%> <%=@auth_option%>
|
Loading…
Add table
Add a link
Reference in a new issue