Commit cbee418e authored by Łukasz Nowak's avatar Łukasz Nowak

caucase-stack: dumps is available

This template has to be imported with context
parent 0e5ad7c8
......@@ -12,6 +12,10 @@ into your software release.
server components of caucase.
Remember, that importing the template has to happen with context:
``{{ import "caucase" as caucase with context }}``
Software
--------
......
......@@ -15,4 +15,4 @@
[caucase-jinja2-library]
filename = caucase.jinja2.library
md5sum = d2ae7fc17ceeb34903f1d7c2634bd870
md5sum = 9c2870e6b33a0c8e44d8a8e5166b50e4
......@@ -58,8 +58,7 @@ data-dir = {{ data_dir }}
{% if template_csr_pem -%}
[{{ prefix }}-provided-csr-content]
{#- Attention! dumps is not available here, original was dumps(template_csr_pem) -#}
content = {{ template_csr_pem }}
content = {{ dumps(template_csr_pem) }}
[{{ prefix }}-provided-csr]
recipe = slapos.recipe.template:jinja2
......
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