mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
{% set CUSTOM_FLEET_HOSTNAME = salt['pillar.get']('global:fleet_custom_hostname', None) %}
|
|
|
|
so/fleet:
|
|
event.send:
|
|
- data:
|
|
action: 'update_custom_hostname'
|
|
custom_hostname: {{ CUSTOM_FLEET_HOSTNAME }}
|
|
role: {{ grains.role }}
|
|
|