Add actual postgresl module from puppetlabs
[mirror/dsa-puppet.git] / 3rdparty / modules / postgresql / templates / pg_hba_rule.conf
diff --git a/3rdparty/modules/postgresql/templates/pg_hba_rule.conf b/3rdparty/modules/postgresql/templates/pg_hba_rule.conf
new file mode 100644 (file)
index 0000000..af54db5
--- /dev/null
@@ -0,0 +1,5 @@
+
+# Rule Name: <%=@name%>
+# Description: <%=@description%>
+# Order: <%=@order%>
+<%=@type%>     <%=@database%>  <%=@user%>      <%=@address%>   <%=@auth_method%>       <%=@auth_option%>