Commit 96e58f95 authored by Alain Takoudjou's avatar Alain Takoudjou

fix parameter name

parent 24e30be2
Pipeline #34340 failed with stage
in 0 seconds
......@@ -54,7 +54,7 @@ md5sum = d769ea27820e932c596c35bbbf3f2902
[instance-gitlab.cfg.in]
_update_hash_filename_ = instance-gitlab.cfg.in
md5sum = 9b741e61a5a8a86efbc2c0334de107a0
md5sum = a68ae2c629a220f198e29ec882081672
[instance-gitlab-export.cfg.in]
_update_hash_filename_ = instance-gitlab-export.cfg.in
......
......@@ -628,9 +628,9 @@ wrapper-path = ${directory:service}/puma
# Those operations require PG and Redis to be up and running already, that's
# why we do it here. See gitlab-puma-startup for details.
command-line = ${gitlab-puma-startup:output}
{% if instance_parameter_dict.get('root-password') -%}
{% if instance_parameter_dict.get('configuration.root-password') -%}
environment =
GITLAB_ROOT_PASSWORD={{ instance_parameter_dict['root-password'] }}
GITLAB_ROOT_PASSWORD={{ instance_parameter_dict['configuration.root-password'] }}
{% endif %}
depend =
......
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