diff --git a/states/zabbix/templates/zabbix_agentd.conf.j2 b/states/zabbix/templates/zabbix_agentd.conf.j2 index 537e2fd..19d11bb 100644 --- a/states/zabbix/templates/zabbix_agentd.conf.j2 +++ b/states/zabbix/templates/zabbix_agentd.conf.j2 @@ -1,4 +1,4 @@ {%- from "zabbix/map.jinja" import zabbix with context -%} -{% for key, value in zabbix.agent.config.items() -%} +{%- for key, value in zabbix.agent.config.items() %} {{ key }}={{ value }} -{% endfor -%} \ No newline at end of file +{%- endfor -%} \ No newline at end of file diff --git a/states/zabbix/templates/zabbix_server.conf.j2 b/states/zabbix/templates/zabbix_server.conf.j2 index f263d9c..4da5883 100644 --- a/states/zabbix/templates/zabbix_server.conf.j2 +++ b/states/zabbix/templates/zabbix_server.conf.j2 @@ -1,4 +1,4 @@ -{%- from "zabbix/map.jinja" import zabbix with context %} +{%- from "zabbix/map.jinja" import zabbix with context -%} {%- for key, value in zabbix.server.config.items() %} {{ key }}={{ value }} {%- endfor %} \ No newline at end of file