Files
securityonion/salt/reactor/check_hypervisor.sls
2025-01-15 14:13:12 -05:00

5 lines
197 B
Plaintext

{% if data['act'] == 'accept' and data['id'].endswith(('_hypervisor', '_managerhyper')) and data['result'] == True %}
check_and_trigger:
runner.setup_hypervisor.setup_environment: []
{% endif %}