mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +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 %}
|
||||
{% if mvalue == "noarg_present" -%}
|
||||
{{ mparam }}
|
||||
{% elif mvalue == "SETONPLEASE" %}
|
||||
{{ mparam }}{{ '='|indent(indents, true) }} ON
|
||||
{%- else -%}
|
||||
{{ mparam }}{{ '='|indent(indents, true) }} {{ mvalue }}
|
||||
{%- endif -%}
|
||||
|
|
Loading…
Add table
Reference in a new issue