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

5 lines
136 B
Plaintext
Raw Normal View History

2020-10-25 16:35:57 +01:00
{%- from "zabbix/map.jinja" import zabbix with context %}
{%- for k, v in zabbix.server.config.items() %}
2020-09-27 22:16:06 +02:00
{{ k }}={{ v }}
2020-10-25 16:35:57 +01:00
{%- endfor %}