mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
Merge pull request #59 from babilen/dev-sorted-config
Sort options in my.cnf
This commit is contained in:
commit
8503293788
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
{%- if sdata %}
|
||||
|
||||
[{{ sname }}]
|
||||
{%- for mparam, mvalue in sdata.items()|default([]) -%}
|
||||
{%- for mparam, mvalue in sdata.items()|default([])|sort -%}
|
||||
{%- set indents = 40 - mparam|count %}
|
||||
{% if mvalue == "noarg_present" -%}
|
||||
{{ mparam }}
|
||||
|
|
Loading…
Add table
Reference in a new issue