Merge pull request #113 from Ismail-AlJubbah/patch-1

Update server.cnf
This commit is contained in:
Forrest 2016-03-29 00:14:15 -07:00
commit 7c683825e6

View file

@ -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 -%}