Skip to content
Snippets Groups Projects
Commit 85032937 authored by Nitin Madhok's avatar Nitin Madhok
Browse files

Merge pull request #59 from babilen/dev-sorted-config

Sort options in my.cnf
parents 98b054fc 2dedb85d
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
{%- if sdata %} {%- if sdata %}
[{{ sname }}] [{{ sname }}]
{%- for mparam, mvalue in sdata.items()|default([]) -%} {%- for mparam, mvalue in sdata.items()|default([])|sort -%}
{%- set indents = 40 - mparam|count %} {%- set indents = 40 - mparam|count %}
{% if mvalue == "noarg_present" -%} {% if mvalue == "noarg_present" -%}
{{ mparam }} {{ mparam }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment