[buildout] extends = buildout.hash.cfg ../../component/dash/buildout.cfg ../../component/grep/buildout.cfg ../../component/findutils/buildout.cfg ../../component/java/buildout.cfg ../../component/tomcat/buildout.cfg ../../component/vnu/buildout.cfg ../../stack/slapos.cfg # Monitoring stack (keep on bottom) ../../stack/monitor/buildout.cfg parts = slapos-cookbook template ########################################################## # Service startup scripts and configuration files ########################################################## [template-tomcat-configuration] recipe = slapos.recipe.template url = ${:_profile_base_location_}/${:filename} output = ${buildout:directory}/${:filename} mode = 0644 [template-tomcat-service] recipe = slapos.recipe.template url = ${:_profile_base_location_}/${:filename} output = ${buildout:directory}/${:filename} mode = 0644 ########################################################## # Buildout instance.cfg templates ########################################################## [template-validator] recipe = slapos.recipe.template url = ${:_profile_base_location_}/${:filename} output = ${buildout:directory}/template-validator.cfg mode = 0644 [template] recipe = slapos.recipe.template url = ${:_profile_base_location_}/${:filename} output = ${buildout:directory}/template.cfg mode = 0644 [versions] # 1.3.4nxd2 is invalid version string, thus pached version string is not '1.3.4nxd2+SlapOSPatched001' # but '1.3.4nxd2-SlapOSPatched001'. gunicorn = 19.1.1 plone.recipe.command = 1.1 slapos.recipe.template = 2.4.3 inotifyx = 0.2.2