mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +01:00
7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
{% set ENROLLSECRET = salt['cmd.run']('docker exec so-fleet fleetctl get enroll-secret default') %}
|
|
|
|
so/fleet:
|
|
event.send:
|
|
- data:
|
|
action: 'update-enrollsecret'
|
|
enroll-secret: {{ ENROLLSECRET }} |