mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-06 16:23:09 +01:00
setup items on manager when hypervisor joins the grid
This commit is contained in:
6
salt/reactor/check_hypervisor.sls
Normal file
6
salt/reactor/check_hypervisor.sls
Normal file
@@ -0,0 +1,6 @@
|
||||
{% if data['id'].endswith(('_hypervisor', '_managerhyper')) %}
|
||||
check_and_trigger:
|
||||
runner.state.orchestrate:
|
||||
- args:
|
||||
- mods: orch.setup_hypervisor
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user