[buildout] versions = versions parts = template apache-php mariadb eggs instance-recipe-egg extends = ../../stack/lamp.cfg [application] recipe = slapos.recipe.build:download-unpacked url = https://forge.indepnet.net/attachments/download/1151/glpi-0.83.1.tar.gz md5sum = 3f9cfb11c09c457a0f0a8fa1563b45a7 [instance-recipe] egg = slapos.cookbook module = lamp.simple [template] # 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 output = ${buildout:directory}/template.cfg mode = 0644 [instance-recipe-egg] recipe = zc.recipe.egg eggs = ${instance-recipe:egg}