mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-27 15:07:51 +02:00
8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
# This state sends an event to the salt-master event bus
|
|
# The event will be caught by the reactor and trigger the mine_update orchestration
|
|
|
|
send_mine_update_event:
|
|
module.run:
|
|
- name: event.send
|
|
- tag: salt/minion/{{grains.id}}/mine_update
|