diff --git a/salt/strelka/filecheck/filecheck.yaml b/salt/strelka/filecheck/filecheck.yaml index cf7dcc199..2b46afdf5 100644 --- a/salt/strelka/filecheck/filecheck.yaml +++ b/salt/strelka/filecheck/filecheck.yaml @@ -1,11 +1,11 @@ -{%- set ENGINE = salt['pillar.get']('global:mdengine', '') -%} +{%- set ENGINE = salt['pillar.get']('global:mdengine', '') %} filecheck: - {%- if ENGINE == "SURICATA" -%} - extract_path = '/nsm/suricata/extracted' - {%- else -%} - extract_path = '/nsm/zeek/extracted/complete' - {%- endif -%} - historypath = '/nsm/strelka/history/' - strelkapath = '/nsm/strelka/unprocessed/' - logfile = '/opt/so/log/strelka/filecheck.log' + {%- if ENGINE == "SURICATA" %} + extract_path: '/nsm/suricata/extracted' + {%- else %} + extract_path: '/nsm/zeek/extracted/complete' + {%- endif %} + historypath: '/nsm/strelka/history/' + strelkapath: '/nsm/strelka/unprocessed/' + logfile: '/opt/so/log/strelka/filecheck.log'