Commit 812acb16 authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! erp5.zope: Fix deadlock debugger password.

parent c1effb31
......@@ -207,7 +207,7 @@ md5sum = 6d52007d9bdc25ed0c83a49d63d59a18
[template-zope-conf]
< = download-base
filename = zope.conf.in
md5sum = ef754491384c3298790383b73e7fbed3
md5sum = 5de6360fa1989750a92f51e06427d4f7
[template-my-cnf]
< = download-base
......@@ -234,7 +234,7 @@ md5sum = a88881e00d56286e16fcaf36d94c025e
# XXX: "template.cfg" is hardcoded in instanciation recipe
filename = template.cfg
template = ${:_profile_base_location_}/instance.cfg.in
md5sum = 86c86ef2b275ec8699723bd361a37bc0
md5sum = 86c86ef2b275ec8699723bd361a37bc2
extra-context =
key mariadb_link_binary template-mariadb:link-binary
key zope_link_binary template-zope:link-binary
......
......@@ -44,9 +44,10 @@ products {{ parameter_dict['instance-products'] }}
secret {{ parameter_dict['deadlock-debugger-password'] }}
</product-config>
{% set tidstorage_ip = parameter_dict['tidstorage-ip'] -%}
{% if tidstorage_ip -%}
<product-config TIDStorage>
backend-ip {{ parameter_dict['tidstorage-ip'] }}
backend-ip {{ tidstorage_ip }}
backend-port {{ parameter_dict['tidstorage-port'] }}
</product-config>
......
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