phpmyadmin : try to correctly use slapos.recipe.download

parent 45fd647d
...@@ -63,9 +63,9 @@ recipe = slapos.recipe.download ...@@ -63,9 +63,9 @@ recipe = slapos.recipe.download
url = ${:_profile_base_location_}/phpmyadmin-configuration-template.php.ini url = ${:_profile_base_location_}/phpmyadmin-configuration-template.php.ini
#md5sum = Student may put here md5sum of this file, this is good idea #md5sum = Student may put here md5sum of this file, this is good idea
download-only = True download-only = True
filename = template.in #filename = template.in
mode = 0644 mode = 0644
destination = ${buildout:parts-directory}/${:_buildout_section_name_} destination = ${buildout:parts-directory}/${:_buildout_section_name_}/template.in
location = ${:destination} location = ${:destination}
[application-configuration] [application-configuration]
......
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