Files
salt-states/icinga2/init.sls

9 lines
221 B
Plaintext

include:
- icinga2.plugins
{% if salt.pillar.get("icinga2:ssh_client", None) is not none %}
- icinga2.ssh_client
{% endif %}
{% if salt.pillar.get("icinga2:server", None) is not none %}
- icinga2.server
{% endif %}