mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-09-22 15:44:29 +02:00
9 lines
262 B
YAML+Jinja
9 lines
262 B
YAML+Jinja
{% 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 }}
|
|
|