summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/database.conf.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/database.conf.erb b/templates/database.conf.erb
new file mode 100644
index 0000000..174cef2
--- /dev/null
+++ b/templates/database.conf.erb
@@ -0,0 +1,6 @@
+# File is managed by Puppet
+
+## Configuration file for rsyslog-<%= backend %>
+
+$ModLoad <%= db_module %>
+*.* :<%= db_module -%>:<%= server -%>,<%= database -%>,<%= username -%>,<%= password %>