[buildout]
extends =
  ../../stack/apache.cfg

parts =
  binutils
  gcc-java-minimal
  apache
  apache-antiloris

  stunnel
  varnish-2.1

  dcron
  logrotate
  rdiff-backup

# Buildoutish
  instance-recipe-egg

  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 apache instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum = 17180caef7d1c477fbb037d28b705e8b
output = ${buildout:directory}/template.cfg
mode = 0644