mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-03 09:58:17 +02: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