summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBen Webber <benjamin.webber@gmail.com>2012-10-22 00:44:57 -0400
committerBen Webber <benjamin.webber@gmail.com>2012-10-22 00:44:57 -0400
commit0577755b0b353a27e1f9445ee7a1ca8c076a84a2 (patch)
tree1ecab81c78159d14addaa284481796964870f4e3 /templates
parentea01359eea3f78c037ba40ffdb8c1c556d52edf3 (diff)
Added MySQL and PostgreSQL backends. Databases need to be deployed separately.
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 %>