mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
6 lines
168 B
Text
6 lines
168 B
Text
{%- for section, settings in config.items()|sort -%}
|
|
[{{ section }}]
|
|
{%- for key, value in settings.items()|sort %}
|
|
{{ key }} = {{ value }}
|
|
{%- endfor %}
|
|
{% endfor %}
|