paulbsd-salt/states/zabbix/init.sls

14 lines
222 B
Plaintext
Raw Normal View History

2020-09-27 22:16:06 +02:00
---
2020-10-25 16:35:57 +01:00
{%- from "zabbix/map.jinja" import zabbix with context %}
2020-09-27 22:16:06 +02:00
include:
2020-10-25 16:35:57 +01:00
{% if zabbix.server.enabled %}
- repos
2020-09-27 22:16:06 +02:00
- postgresql
- php
2020-10-25 16:35:57 +01:00
- .server
{% endif %}
{% if zabbix.agent.enabled %}
- repos
- .agent
{% endif %}