mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 11:42:50 +01:00
Logstash Module- Fix the if
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
{% if grains['role'] == 'so-master' %}
|
||||
|
||||
{% set nodetype = 'master' %}
|
||||
{% set nodetype = master %}
|
||||
|
||||
{% else %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user