Commit cd3bcbe6 authored by Romain Courteaud's avatar Romain Courteaud

Provide mysql binary in the PATH

parent bcd47114
...@@ -132,6 +132,7 @@ link-binary = ...@@ -132,6 +132,7 @@ link-binary =
${coreutils:location}/bin/uname ${coreutils:location}/bin/uname
${grep:location}/bin/grep ${grep:location}/bin/grep
${sed:location}/bin/sed ${sed:location}/bin/sed
${mariadb:location}/bin/mysql
[rootdirectory] [rootdirectory]
recipe = slapos.cookbook:mkdirectory recipe = slapos.cookbook:mkdirectory
......
...@@ -23,7 +23,7 @@ unzip = true ...@@ -23,7 +23,7 @@ unzip = true
[template-mariadb] [template-mariadb]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-mariadb.cfg url = ${:_profile_base_location_}/instance-mariadb.cfg
md5sum = a0b2cb56d0fe7ad125b7e9fbc6036e1b md5sum = b60b1be31d6173abd1e7546544164362
output = ${buildout:directory}/template-mariadb.cfg output = ${buildout:directory}/template-mariadb.cfg
mode = 0644 mode = 0644
......
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