summaryrefslogtreecommitdiff
path: root/templates/database.conf.erb
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2013-10-05 16:53:05 +0200
committerSteffen Zieger <me@saz.sh>2013-10-05 16:53:05 +0200
commit6556e1b7648764ca4a9200e66c3df9d83d9f60b2 (patch)
tree8720332a4cafc4dec4d8abffddd630d159330c5a /templates/database.conf.erb
parent518c13609a8838d618dde8bdb3d72c003c2490a0 (diff)
fix variables in templates
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 %>