From 54e94676fe3145435208361fd30497af18502780 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 19 Feb 2020 14:59:39 -0500 Subject: [PATCH] fix pipelines variable --- 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 3637cfe46..6467ec908 100644 --- a/salt/logstash/init.sls +++ b/salt/logstash/init.sls @@ -131,7 +131,7 @@ lspipelinesyml: - source: salt://logstash/etc/pipelines.yml.jinja - template: jinja - defaults: - pipelines: {{ pipelines }} + pipelines: {{ PIPELINES }} # Copy down all the configs including custom - TODO add watch restart lsetcsync: