paulbsd-salt/states/zabbix/init.sls
Paul Lecuq b5496679ba
All checks were successful
continuous-integration/drone/push Build is passing
updated state with call to repo state
2024-02-24 15:30:27 +01:00

14 lines
218 B
Plaintext

---
{%- from "zabbix/map.jinja" import zabbix with context %}
include:
{% if zabbix.server.enable %}
- repo
- postgresql
- php
- .server
{% endif %}
{% if zabbix.agent.enable %}
- repo
- .agent
{% endif %}