summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2012-10-23 13:43:54 -0700
committerSteffen Zieger <me@saz.sh>2012-10-23 13:43:54 -0700
commitcb2277d9935be1879800d09133846c008b649155 (patch)
tree18e4ad15f54d846415f3e00f9972fdc7279cfcdc /templates
parentea01359eea3f78c037ba40ffdb8c1c556d52edf3 (diff)
parent5e6091b955e8e4c68bcf76ac38ada2ede62af2a5 (diff)
Merge pull request #11 from benwebber/master
Add MySQL and PostgreSQL support
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 %>