Files
sunbeam-charms/charms/aodh-k8s/src/templates/parts/section-middleware
Liam Young d160bc68d0 First cut
2023-08-10 09:17:39 +00:00

7 lines
147 B
Plaintext

{% for section in sections -%}
[{{section}}]
{% for key, value in sections[section].items() -%}
{{ key }} = {{ value }}
{% endfor %}
{%- endfor %}