paulbsd-salt/states/zabbix/templates/zabbix_agentd.conf.j2

5 lines
136 B
Plaintext
Raw Normal View History

2020-11-04 23:05:21 +01:00
{%- from "zabbix/map.jinja" import zabbix with context -%}
2020-10-25 16:35:57 +01:00
{%- for k, v in zabbix.agent.config.items() %}
{{ k }}={{ v }}
{%- endfor %}