summaryrefslogtreecommitdiff
path: root/templates/database.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/database.conf.erb')
-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 00000000..3934d6cf
--- /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 %>