Commit 1843cc9e authored by Łukasz Nowak's avatar Łukasz Nowak

Provide a way to fill bt5-repository-list on zope itself.

parent 14f5fb8f
......@@ -232,3 +232,4 @@ update-wrapper = $${basedirectory:services}/erp5_update
# Defaults
configurator-bt5-list = erp5_core_proxy_field_legacy erp5_full_text_myisam_catalog erp5_base erp5_workflow erp5_configurator erp5_configurator_standard erp5_configurator_maxma_demo erp5_configurator_ung
bt5-repository-list = $${%(zope_section)s:bt5-repository-list}
......@@ -34,6 +34,9 @@ inituser = $${:instance-path}/inituser
# Binary information
runzope-binary = ${buildout:bin-directory}/runzope
# BT5 Configuration
bt5-repository-list =
[logrotate-entry-%(zope_id)s]
<= logrotate
recipe = slapos.cookbook:logrotate.d
......
......@@ -79,14 +79,14 @@ mode = 0644
[template-snippet-master]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/snippet-master.cfg
md5sum = 4180d09d23b3a04bad99d448a3f50bee
md5sum = 44a1f1a260ddf2b86334b206a4c436dc
output = ${buildout:directory}/template-snippet-master.cfg
mode = 0644
[template-snippet-zope]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/snippet-zope.cfg
md5sum = 306cd42a965523e9d13b00208cb96e22
md5sum = b17eb5e49d0a08b22468dd51f89dc791
output = ${buildout:directory}/template-snippet-zope.cfg
mode = 0644
......
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