mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-02 09:28:31 +02:00
Fix several sytax errors
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{%- if salt['grains.get']('role') == 'so-master' %}
|
||||
{%- set nodetype = 'master' %}
|
||||
{%- else %}
|
||||
{%- set nodetype = salt['pillar_get']('node:node_type', 'storage') %}
|
||||
{%- set nodetype = salt['pillar.get']('node:node_type', 'storage') %}
|
||||
{%- endif %}
|
||||
output {
|
||||
redis {
|
||||
@@ -16,4 +16,4 @@ output {
|
||||
congestion_threshold => 50000000
|
||||
# batch_events => 500
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user