paulbsd-salt/states/zabbix/templates/zabbix_agentd.conf.j2
Paul Lecuq 7bc009d797
All checks were successful
continuous-integration/drone/push Build is passing
updated zabbix state
2024-09-22 09:19:53 +02:00

4 lines
148 B
Django/Jinja

{%- from "zabbix/map.jinja" import zabbix with context -%}
{%- for key, value in zabbix.agent.config.items() %}
{{ key }}={{ value }}
{%- endfor -%}