From 568b43d0af9619e643746e6c9797a6125e6640cb Mon Sep 17 00:00:00 2001 From: weslambert Date: Mon, 27 Jun 2022 10:10:13 -0400 Subject: [PATCH] Ensure file_path uses jinja to derive the value(s) from the pillar --- salt/sensoroni/files/analyzers/localfile/localfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/sensoroni/files/analyzers/localfile/localfile.yaml b/salt/sensoroni/files/analyzers/localfile/localfile.yaml index 69740c379..8a2a9847c 100644 --- a/salt/sensoroni/files/analyzers/localfile/localfile.yaml +++ b/salt/sensoroni/files/analyzers/localfile/localfile.yaml @@ -1 +1 @@ -file_path: [] +file_path: "{{ salt['pillar.get']('sensoroni:analyzers:localfile:file_path', '') }}"