phpmyadmin : adapt to new recipe

parent ab3cfd41
......@@ -5,7 +5,7 @@ develop-eggs-directory = ${buildout:develop-eggs-directory}
parts = instance
[instance]
recipe = slapos.recipe.osoeslaptraining:request
recipe = ${instance-recipe:egg}:${instance-recipe:module}
source = ${application:location}
template = ${application-template:location}/${application-template:filename}
configuration = ${application-configuration:location}
......
......@@ -20,6 +20,7 @@ parts =
apache-php
mariadb
eggs
instance-recipe-egg
extends =
../../component/mariadb/buildout.cfg
......@@ -67,7 +68,15 @@ location = config.inc.php
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
slapos.recipe.osoeslaptraining
[instance-recipe]
egg = slapos.cookbook
module = memcached
[instance-recipe-egg]
recipe = zc.recipe.egg
python = python2.7
eggs = ${instance-recipe:egg}
[downloadcache-workaround]
# workaround irritating problem of hexagonit.recipe.cmmi which automatically
......
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