mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-24 01:43:11 +01:00
Salt Top - Fix syntax Error
This commit is contained in:
@@ -26,14 +26,14 @@ base:
|
||||
{%- if nodetype == 'parser' %}
|
||||
- common
|
||||
- logstash
|
||||
{% elsif nodetype == 'hot' %}
|
||||
{% elif nodetype == 'hot' %}
|
||||
- common
|
||||
- logstash
|
||||
- elasticsearch
|
||||
{% elseif nodetype == 'warm' %}
|
||||
{% elif nodetype == 'warm' %}
|
||||
- common
|
||||
- elasticsearch
|
||||
{% elseif nodetype == 'storage' %}
|
||||
{% elif nodetype == 'storage' %}
|
||||
- common
|
||||
- logstash
|
||||
- elasticsearch
|
||||
|
||||
Reference in New Issue
Block a user