mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
fix syntax error with new ls pipeline config
This commit is contained in:
@@ -112,7 +112,7 @@ ls_pipeline_{{PL}}:
|
|||||||
- user: 931
|
- user: 931
|
||||||
- group: 939
|
- group: 939
|
||||||
|
|
||||||
{% for CONFIGFILE in PIPELINES.PL.config %}
|
{% for CONFIGFILE in PIPELINES[PL].config %}
|
||||||
ls_pipeline_{{PL}}_{{CONFIGFILE.split('.')[0]}}:
|
ls_pipeline_{{PL}}_{{CONFIGFILE.split('.')[0]}}:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /opt/so/conf/logstash/pipelines/{{PL}}/{{CONFIGFILE}}
|
- name: /opt/so/conf/logstash/pipelines/{{PL}}/{{CONFIGFILE}}
|
||||||
|
|||||||
Reference in New Issue
Block a user