charm-nova-compute-proxy/templates/parts/section-ephemeral

9 lines
184 B
Plaintext

{% for section in sections -%}
{% if section != 'DEFAULT' -%}
[{{ section }}]
{% for key, value in sections[section] -%}
{{ key }} = {{ value }}
{% endfor %}
{% endif %}
{%- endfor %}