diff --git a/templates/config.j2 b/templates/config.j2 index ec88203..5d24ca4 100644 --- a/templates/config.j2 +++ b/templates/config.j2 @@ -8,7 +8,7 @@ {% if property == "Host" %} {{ property }} {{ value }} {% else %} - {{ property }} = {{ value }} + {{ property }} {{ value }} {% endif %} {% endfor %} {% endfor %} \ No newline at end of file