mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-17 10:10:30 +00:00
Update server.cnf
This commit is contained in:
parent
9152d88cbf
commit
378fcd514c
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
||||||
{%- set indents = 40 - mparam|count %}
|
{%- set indents = 40 - mparam|count %}
|
||||||
{% if mvalue == "noarg_present" -%}
|
{% if mvalue == "noarg_present" -%}
|
||||||
{{ mparam }}
|
{{ mparam }}
|
||||||
|
{% elif mvalue == "SETONPLEASE" %}
|
||||||
|
{{ mparam }}{{ '='|indent(indents, true) }} ON
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{{ mparam }}{{ '='|indent(indents, true) }} {{ mvalue }}
|
{{ mparam }}{{ '='|indent(indents, true) }} {{ mvalue }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
Loading…
Add table
Reference in a new issue