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