Commit 1c8b2d80 authored by Alain Takoudjou's avatar Alain Takoudjou

Update Joomla Instance Part: add md5sum for instance.cfg

parent 2172bd07
......@@ -26,8 +26,7 @@ module = lamp.simple
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
#${:_profile_base_location_}/instance.cfg
#md5sum = Student shall put md5 of instance.cfg here
md5sum = 0b28438c3da1934d36ced9764fe3a98d
output = ${buildout:directory}/template.cfg
mode = 0644
......@@ -128,3 +127,4 @@ download-cache = ${buildout:directory}/downloads
command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
update-command = ${:command}
stop-on-error = True
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