Remove double quotes to fix issue with file path sourcing from 'localfile.py'

This commit is contained in:
weslambert
2022-12-08 17:06:43 -05:00
committed by GitHub
parent cf53242cf8
commit 9477f29432

View File

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