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

4 lines
147 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 }}
2021-08-19 19:21:06 +02:00
{%- endfor %}