Commit b909270e authored by Julien Muchembled's avatar Julien Muchembled

erp5/zope: rename key name for consistency (binary-links -> link-binary)

parent fac9db40
......@@ -203,9 +203,9 @@ md5sum = 564006953b7d7a12d40a14b6648b32f0
# XXX: "template.cfg" is hardcoded in instanciation recipe
filename = template.cfg
template = ${:_profile_base_location_}/instance.cfg.in
md5sum = d9d49e84a527bf1ec8f856bc7bcb7b09
md5sum = d721cf9bb9a29736dbd37f131929ccab
extra-context =
key zope_binary_links template-zope:binary-links
key zope_link_binary template-zope:link-binary
key apache_location apache:location
key aspell_location aspell:location
key buildout_bin_directory buildout:bin-directory
......@@ -278,8 +278,8 @@ md5sum = 8453652206eac7b165c86cf236b87cbf
[template-zope]
< = download-base
filename = instance-zope.cfg.in
md5sum = d8ac9f7ac15359e64763e3b3891655a9
binary-links =
md5sum = 0469c25e4a5fdaa9e0ab12feeb8d214d
link-binary =
${coreutils:location}/bin/basename
${coreutils:location}/bin/cat
${coreutils:location}/bin/cp
......
......@@ -74,7 +74,7 @@ ca-crl = ${:test-ca-dir}/crl
[binary-link]
recipe = slapos.cookbook:symbolic.link
target-directory = ${directory:bin}
link-binary = {{ dumps(parameter_dict['binary-links']) }}
link-binary = {{ dumps(parameter_dict['link-binary']) }}
[certificate-authority-common]
requests-directory = ${directory:requests}
......
......@@ -132,7 +132,7 @@ buildout-bin-directory = {{ buildout_bin_directory }}
6tunnel = {{ sixtunnel_location }}
dash = {{ dash_location }}
jsl = {{ jsl_location }}
binary-links = {{ dumps(zope_binary_links) }}
link-binary = {{ dumps(zope_link_binary) }}
[dynamic-template-zope]
< = jinja2-template-base
......
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