Ensure file_path uses jinja to derive the value(s) from the pillar

This commit is contained in:
weslambert
2022-06-27 10:10:13 -04:00
committed by GitHub
parent 2e123b7a4f
commit 568b43d0af

View File

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