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, 3 insertions, 3 deletions
diff --git a/templates/database.conf.erb b/templates/database.conf.erb
index 174cef2..3934d6c 100644
--- a/templates/database.conf.erb
+++ b/templates/database.conf.erb
@@ -1,6 +1,6 @@
# File is managed by Puppet
-## Configuration file for rsyslog-<%= backend %>
+## Configuration file for rsyslog-<%= @backend %>
-$ModLoad <%= db_module %>
-*.* :<%= db_module -%>:<%= server -%>,<%= database -%>,<%= username -%>,<%= password %>
+$ModLoad <%= @db_module %>
+*.* :<%= @db_module -%>:<%= @server -%>,<%= @database -%>,<%= @username -%>,<%= @password %>