software.cfg 544 Bytes
Newer Older
1
[buildout]
2
extends =
3 4
  ../../stack/slapos.cfg
  ../../component/nginx/buildout.cfg
5
  ../../stack/monitor/buildout.cfg
6
  ./buildout.hash.cfg
7 8 9

parts =
  slapos-cookbook
10
  slapos-toolbox
11 12 13 14 15 16 17 18 19 20 21
  nginx-push-stream-module
  nginx-push-stream
  template

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

[template-nginx-configuration]
recipe = slapos.recipe.template
22
url = ${:_profile_base_location_}/${:filename}
23
output = ${buildout:directory}/template-nginx.cfg.in