Commit fa9a65de authored by Martin Manchev's avatar Martin Manchev

Fixed path issues ...

parent 887f71a9
[instance-profile] [instance-profile]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = 00fbbd052f000ab81af11b320650fb63 md5sum = b548a209f2846921c3dd969c9059f28c
...@@ -50,6 +50,6 @@ install = ...@@ -50,6 +50,6 @@ install =
[fluent-bit-service] [fluent-bit-service]
recipe = slapos.cookbook:wrapper 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 wrapper-path = ${directory:service}/fluentbit-service
output = $${:wrapper-path} output = $${:wrapper-path}
\ No newline at end of file
...@@ -9,7 +9,6 @@ extends = ...@@ -9,7 +9,6 @@ extends =
parts = parts =
slapos-cookbook slapos-cookbook
instance-profile instance-profile
fluentbit-plugin-wendelin
[instance-profile] [instance-profile]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
...@@ -18,3 +17,4 @@ rendered = ${buildout:directory}/instance.cfg ...@@ -18,3 +17,4 @@ rendered = ${buildout:directory}/instance.cfg
context = context =
section buildout buildout section buildout buildout
key fluent_bit_location fluent-bit:location 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