[buildout]

extends = 
  ../../stack/slapos.cfg
  ../../component/postgresql/buildout.cfg

parts =
  eggs
  slapos-cookbook
  instance-template
  postgresql

[instance-template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg.in
output = ${buildout:directory}/template.cfg
#md5sum = 
mode = 0644


[eggs]
recipe = zc.recipe.egg
eggs =
    cns.recipe.symlink