software.cfg 478 Bytes
Newer Older
1 2 3 4 5
[buildout]
extends =
  ../../component/fluentd/buildout.cfg
  ../../stack/slapos.cfg

Julien Muchembled's avatar
Julien Muchembled committed
6
parts =
7 8 9 10 11 12 13 14 15 16 17
  instance-profile
  slapos-cookbook

[instance-profile]
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance.cfg.in
rendered = ${buildout:directory}/instance.cfg
mode = 0644
extensions = jinja2.ext.do
context =
  section buildout  buildout
Julien Muchembled's avatar
Julien Muchembled committed
18
  key fluentd_location fluentd:location
19 20

[fluentd]
Julien Muchembled's avatar
Julien Muchembled committed
21
gems +=
22 23
  fluent-plugin-wendelin==0.1
  fluent-plugin-bin