Commit 5a31a165 authored by Jérome Perrin's avatar Jérome Perrin

software/metabase: fix default value of mb_password_complexity

parent cd73c008
Pipeline #26353 passed with stage
[instance-profile]
filename = instance.cfg.in
md5sum = 8f5680ceb125f684d510adb78b0d1673
md5sum = 0e74c862401f266111552b7a3611f7bf
......@@ -32,7 +32,7 @@ home = $${buildout:directory}
init =
default_parameters = options.get('slapparameter-dict')
options['mb_password_complexity'] = default_parameters.get('mb_password_complexity', 'normal')
options['mb_password_length'] = default_parameters.get('mb_password_length', 6)
options['mb_password_length'] = default_parameters.get('mb_password_length', '6')
  • commit message was wrong, this is fixing mb_password_length, for reference, the error in the logs was:

     [{:type java.lang.NumberFormatException,
       :message "For input string: \"!py!6\"",
       :at [java.lang.NumberFormatException forInputString nil -1]}],
Please register or sign in to reply
[metabase-instance]
recipe = slapos.cookbook:wrapper
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment