Merge pull request #9341 from Security-Onion-Solutions/fix/analyzers_localfile_file_path

Remove double quotes to fix issue with file path sourcing from 'localfile.py'
This commit is contained in:
weslambert
2022-12-08 16:49:29 -05:00
committed by GitHub

View File

@@ -1 +1 @@
file_path: "{{ salt['pillar.get']('sensoroni:analyzers:localfile:file_path', '') }}"
file_path: {{ salt['pillar.get']('sensoroni:analyzers:localfile:file_path', '') }}