Commit fa9a65de authored by Martin Manchev's avatar Martin Manchev

Fixed path issues ...

parent 887f71a9
[instance-profile]
filename = instance.cfg.in
md5sum = 00fbbd052f000ab81af11b320650fb63
md5sum = b548a209f2846921c3dd969c9059f28c
......@@ -50,6 +50,6 @@ install =
[fluent-bit-service]
recipe = slapos.cookbook:wrapper
command-line = {{ fluent_bit_location }}/bin/fluent-bit -e {{ buildout["parts-directory"] }}/fluentbit-plugin-wendelin/lib/libfluentbit_wendelin.so -c ${fluent-bit-config-file:location}
command-line = {{ fluent_bit_location }}/bin/fluent-bit -e {{ fluentbit_plugin_wendelin_location }}/lib/libfluentbit_wendelin.so -c ${fluent-bit-config-file:location}
wrapper-path = ${directory:service}/fluentbit-service
output = $${:wrapper-path}
\ No newline at end of file
output = $${:wrapper-path}
......@@ -9,7 +9,6 @@ extends =
parts =
slapos-cookbook
instance-profile
fluentbit-plugin-wendelin
[instance-profile]
recipe = slapos.recipe.template:jinja2
......@@ -18,3 +17,4 @@ rendered = ${buildout:directory}/instance.cfg
context =
section buildout buildout
key fluent_bit_location fluent-bit:location
key fluentbit_plugin_wendelin_location fluentbit-plugin-wendelin:location
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment