mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-22 00:43:09 +01:00
Fix TOP File Logic and syntac error in logstash state
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
{% else %}
|
||||
|
||||
{% set nodetype = salt['pillar_get']('node:node_type', 'storage') %}
|
||||
{% set nodetype = salt['pillar.get']('node:node_type', 'storage') %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
@@ -136,4 +136,3 @@ so-logstash:
|
||||
- /etc/pki/filebeat.crt:/usr/share/logstash/filebeat.crt:ro
|
||||
- /etc/pki/filebeat.key:/usr/share/logstash/filebeat.key:ro
|
||||
- /etc/pki/ca.crt:/usr/share/filebeat/ca.crt:ro
|
||||
|
||||
|
||||
Reference in New Issue
Block a user