From 0577755b0b353a27e1f9445ee7a1ca8c076a84a2 Mon Sep 17 00:00:00 2001 From: Ben Webber Date: Mon, 22 Oct 2012 00:44:57 -0400 Subject: Added MySQL and PostgreSQL backends. Databases need to be deployed separately. --- templates/database.conf.erb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/database.conf.erb (limited to 'templates') 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 %> -- cgit v1.2.3