software.cfg 577 Bytes
Newer Older
1
[buildout]
2

3
parts =
4 5 6 7 8 9 10
  slapos-cookbook
  redis
  template
  template-redis

extends =
  ../../component/redis/buildout.cfg
11
  ../../component/git/buildout.cfg
12
  ../../stack/slapos.cfg
13
  ./buildout.hash.cfg
14 15 16

[template]
recipe = slapos.recipe.template
17
url = ${:_profile_base_location_}/${:_update_hash_filename_}
18 19 20 21 22
output = ${buildout:directory}/template.cfg
mode = 0644

[template-redis]
recipe = slapos.recipe.template
23
url = ${:_profile_base_location_}/${:_update_hash_filename_}
24 25
output = ${buildout:directory}/template-redis.cfg
mode = 0644
26

27 28
[versions]
plone.recipe.command = 1.1