fix syntax error with new ls pipeline config

This commit is contained in:
m0duspwnens
2020-02-19 13:46:52 -05:00
parent 6a7580404d
commit c396342aea

View File

@@ -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}}