From: Silvio Rhatto Date: Sat, 18 Jun 2016 12:53:33 +0000 (-0300) Subject: Additional template fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=58e6edf9183a2f1f2eb376909ca9ac71a1f2ebac;p=puppet-mail.git Additional template fix --- 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.