8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
|
---
|
||
|
{%- from "zabbix/map.jinja" import zabbix with context %}
|
||
|
zabbix_server_config:
|
||
|
file.managed:
|
||
|
- name: /etc/zabbix/zabbix_server.conf
|
||
|
- source: salt://zabbix/templates/zabbix_server.conf.j2
|
||
|
- template: jinja
|