software.cfg 470 Bytes
Newer Older
1
[buildout]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
2

3 4 5 6
extends =
  ../../component/dcron/buildout.cfg
  ../../component/logrotate/buildout.cfg
  ../../component/zabbix/buildout.cfg
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
7
  ../../stack/slapos.cfg
8 9

parts =
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
10
  slapos-cookbook
11 12 13 14 15 16 17 18 19 20 21
  template

[template]
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum = 98a680fe8fddce5dcee455e65c228fde
output = ${buildout:directory}/template.cfg
mode = 0644

[versions]
22
slapos.recipe.template = 2.4.2