summaryrefslogtreecommitdiff
path: root/templates/sympa/dbconfig-common.squeeze.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-18 09:52:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-18 09:52:29 -0300
commit83bdfe2e56cc8c1823a3846f7a3c276770fa65d9 (patch)
treee430248a398e93edafd7b4dea73ee1dbbbeb9f40 /templates/sympa/dbconfig-common.squeeze.erb
parent0fae80a1a028a20bfe2b133995d60b2cb29bde4a (diff)
downloadpuppet-mail-83bdfe2e56cc8c1823a3846f7a3c276770fa65d9.tar.gz
puppet-mail-83bdfe2e56cc8c1823a3846f7a3c276770fa65d9.tar.bz2
Updates templates
Diffstat (limited to 'templates/sympa/dbconfig-common.squeeze.erb')
-rw-r--r--templates/sympa/dbconfig-common.squeeze.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/sympa/dbconfig-common.squeeze.erb b/templates/sympa/dbconfig-common.squeeze.erb
index 91a9c97..6bae257 100644
--- a/templates/sympa/dbconfig-common.squeeze.erb
+++ b/templates/sympa/dbconfig-common.squeeze.erb
@@ -24,17 +24,17 @@ dbc_dbtype='mysql'
# dbc_dbuser: database user
# the name of the user who we will use to connect to the database.
-dbc_dbuser='<%= database_name %>'
+dbc_dbuser='<%= @database_name %>'
# dbc_dbpass: database user password
# the password to use with the above username when connecting
# to a database, if one is required
-dbc_dbpass='<%= database_password %>'
+dbc_dbpass='<%= @database_password %>'
# dbc_dbserver: database host.
# leave unset to use localhost (or a more efficient local method
# if it exists).
-dbc_dbserver='<%= database_host %>'
+dbc_dbserver='<%= @database_host %>'
# dbc_dbport: remote database port
# leave unset to use the default. only applicable if you are
@@ -43,7 +43,7 @@ dbc_dbport=''
# dbc_dbname: name of database
# this is the name of your application's database.
-dbc_dbname='<%= database_name %>'
+dbc_dbname='<%= @database_name %>'
# dbc_dbadmin: name of the administrative user
# this is the administrative user that is used to create all of the above