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

5 lines
148 B
Plaintext
Raw Normal View History

2020-10-25 16:35:57 +01:00
{%- from "zabbix/map.jinja" import zabbix with context %}
2021-03-22 19:09:32 +01:00
{%- for key, value in zabbix.server.config.items() %}
{{ key }}={{ value }}
2020-10-25 16:35:57 +01:00
{%- endfor %}