mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 01:02:46 +01:00
missing globals.is_manager swap
This commit is contained in:
@@ -45,7 +45,7 @@ tgraf_sync_script_{{script}}:
|
||||
GLOBALS: {{ GLOBALS }}
|
||||
{% endfor %}
|
||||
|
||||
{% if GLOBALS.role in ['so-standalone', 'so-manager', 'so-managersearch', 'so-heavynode', 'so-eval', 'so-import'] %}
|
||||
{% if GLOBAS.is_manager or GLOBALS.role == 'so-heavynode' %}
|
||||
tgraf_sync_script_esindexsize.sh:
|
||||
file.managed:
|
||||
- name: /opt/so/conf/telegraf/scripts/esindexsize.sh
|
||||
|
||||
Reference in New Issue
Block a user