software.cfg 783 Bytes
Newer Older
1 2 3 4
[buildout]
extends =
  ../../stack/apache.cfg

5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
parts =
  binutils
  gcc-java
  apache
  apache-antiloris

  stunnel
  varnish-2.1

  dcron
  logrotate
  rdiff-backup

# Buildoutish
  instance-recipe-egg

21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
  template

# XXX: Workaround of SlapOS limitation
# Unzippig of eggs is required, as SlapOS do not yet provide nicely working
# development / fast switching environment for whole software
unzip = true

[instance-recipe]
# Note: In case if specific instantiation recipe is used this is the place to
# put its name
egg = slapos.cookbook
module = apache

[template]
# Default template for erp5 instance.
Rafael Monnerat's avatar
Rafael Monnerat committed
36
recipe = slapos.recipe.template
37
url = ${:_profile_base_location_}/instance.cfg
Gabriel Monnerat's avatar
Gabriel Monnerat committed
38
md5sum = 1c6eb98e8e9e9ed7f4b26eb9244f9f34
39 40
output = ${buildout:directory}/template.cfg
mode = 0644