mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix syntax error with new ls pipeline config
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user