From c396342aeac7e7f252a77fd89ee9eba81913b86c Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 19 Feb 2020 13:46:52 -0500 Subject: [PATCH] fix syntax error with new ls pipeline config --- salt/logstash/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/logstash/init.sls b/salt/logstash/init.sls index a987e03ab..d23983b4b 100644 --- a/salt/logstash/init.sls +++ b/salt/logstash/init.sls @@ -112,7 +112,7 @@ ls_pipeline_{{PL}}: - user: 931 - group: 939 - {% for CONFIGFILE in PIPELINES.PL.config %} + {% for CONFIGFILE in PIPELINES[PL].config %} ls_pipeline_{{PL}}_{{CONFIGFILE.split('.')[0]}}: file.managed: - name: /opt/so/conf/logstash/pipelines/{{PL}}/{{CONFIGFILE}}