switching vps to be the icinga master
This commit is contained in:
7
icinga2/init.sls
Normal file
7
icinga2/init.sls
Normal file
@@ -0,0 +1,7 @@
|
||||
include:
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user