]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Additional template fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 12:53:33 +0000 (09:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 12:53:33 +0000 (09:53 -0300)
templates/virtual/postfixadmin/config.inc.php.erb

index 79dfa581daa16136c9db68ac3702cc1ef9533fea..d34c0bc97280db90f3a50c7f24c80515e61f001f 100644 (file)
@@ -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.