Commit f8bf670e authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Benjamin Blanc

Fix default return value.

(cherry picked from commit b2b7a123ebed4d962b08b6a1fd8565d5d66195b3)
parent b5f43f80
......@@ -324,7 +324,7 @@ md5sum = 77ec4f095a22b5bd7dfea9dff63bade5
[template-erp5-cluster]
< = download-base
filename = instance-erp5-cluster.cfg.in
md5sum = ad80b47b39a3daaad89e102b95e14947
md5sum = d1af00023fb3451a5a1e160873be6d1f
[template-scalability]
< = download-base
......
......@@ -18,7 +18,7 @@ config =
extra-config =
config-use-ipv6 = {{ dumps(slapparameter_dict.get('use-ipv6', False)) }}
{% macro request(name, software_type, config_key, config={}, ret={'ret': True}) -%}
{% macro request(name, software_type, config_key, config={}, ret={'url': True}) -%}
{% do config.update(slapparameter_dict.get(config_key, {})) -%}
{% set section = 'request-' ~ name -%}
[{{ section }}]
......
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