summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-18 09:53:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-18 09:53:33 -0300
commit58e6edf9183a2f1f2eb376909ca9ac71a1f2ebac (patch)
tree86e4f5072011dd8bf0bd2642daa79118263e4112
parent83bdfe2e56cc8c1823a3846f7a3c276770fa65d9 (diff)
downloadpuppet-mail-58e6edf9183a2f1f2eb376909ca9ac71a1f2ebac.tar.gz
puppet-mail-58e6edf9183a2f1f2eb376909ca9ac71a1f2ebac.tar.bz2
Additional template fix
-rw-r--r--templates/virtual/postfixadmin/config.inc.php.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/virtual/postfixadmin/config.inc.php.erb b/templates/virtual/postfixadmin/config.inc.php.erb
index 79dfa58..d34c0bc 100644
--- a/templates/virtual/postfixadmin/config.inc.php.erb
+++ b/templates/virtual/postfixadmin/config.inc.php.erb
@@ -28,7 +28,7 @@ $CONF['configured'] = true;
// In order to setup Postfixadmin, you MUST specify a hashed password here.
// To create the hash, visit setup.php in a browser and type a password into the field,
// on submission it will be echoed out to you as a hashed value.
-$CONF['setup_password'] = '<%= postfixadmin_setup_hash %>';
+$CONF['setup_password'] = '<%= @postfixadmin_setup_hash %>';
// Postfix Admin Path
// Set the location of your Postfix Admin installation here.