Commit cc5cf334 authored by Romain Courteaud's avatar Romain Courteaud Committed by Rafael Monnerat

slapos-master: fix default bt5 list

parent cc540b34
......@@ -14,7 +14,7 @@
# not need these here).
[template-erp5]
filename = instance-erp5.cfg.in
md5sum = 387c7d2a3cb899acbd4966c007f4edff
md5sum = b62d9bcf033c375b7421d608fb7a02f2
[template-balancer]
filename = instance-balancer.cfg.in
......
......@@ -221,7 +221,10 @@ return =
{%- if test_runner_enabled %}
test-runner-address-list
{% endif %}
{% set bt5_default_list = 'erp5_full_text_mroonga_catalog slapos_configurator' -%}
{% set bt5_default_list = [
'erp5_full_text_mroonga_catalog',
'slapos_configurator',
] -%}
{% if has_jupyter -%}
{% do bt5_default_list.append('erp5_data_notebook') -%}
{% endif -%}
......
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