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

4 lines
148 B
Plaintext
Raw Normal View History

2024-09-22 09:19:53 +02: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 %}