Commit 4f4354c3 authored by Vincent Pelletier's avatar Vincent Pelletier

erp5.mariadb: Add convenience symlink to mysqlbinlog.

parent d3988337
......@@ -177,7 +177,7 @@ context =
[template-mariadb]
< = download-base
filename = instance-mariadb.cfg.in
md5sum = 4d88686ec012f3eb068b9777e08e55ba
md5sum = 087e92559489e1c77a3a1ace613a6bf5
link-binary =
${coreutils:location}/bin/basename
${coreutils:location}/bin/cat
......
......@@ -163,6 +163,10 @@ recipe = slapos.cookbook:symbolic.link
target-directory = ${directory:bin}
link-binary = {{ dumps(parameter_dict['link-binary']) }}
[{{ section("binary-link-mysqlbinlog") }}]
< = binary-link
link-binary = {{ parameter_dict['mariadb-location'] }}/bin/mysqlbinlog
[binary-wrap-base]
recipe = slapos.cookbook:wrapper
# Note: --defaults-file must be the first argument, otherwise wrapped binary
......
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