mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Change it to grains.host instead of grains.id
This commit is contained in:
@@ -145,7 +145,7 @@ rediskeyperms:
|
|||||||
- signing_policy: filebeat
|
- signing_policy: filebeat
|
||||||
- public_key: /etc/pki/filebeat.key
|
- public_key: /etc/pki/filebeat.key
|
||||||
{% if grains.role == 'so-heavynode' %}
|
{% if grains.role == 'so-heavynode' %}
|
||||||
- CN: {{grains.id}}
|
- CN: {{grains.host}}
|
||||||
{% else %}
|
{% else %}
|
||||||
- CN: {{manager}}
|
- CN: {{manager}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user