diff --git a/salt/logstash/init.sls b/salt/logstash/init.sls index c3a3350f4..fc397938c 100644 --- a/salt/logstash/init.sls +++ b/salt/logstash/init.sls @@ -199,9 +199,6 @@ so-logstash: {% for CONFIGFILE in PIPELINES[PL].config %} - file: ls_pipeline_{{PL}}_{{CONFIGFILE.split('.')[0] | replace("/","_") }} {% endfor %} - {% endfor %} - {% for TEMPLATE in TEMPLATES %} - - file: es_template_{{TEMPLATE.split('.')[0] | replace("/","_") }} {% endfor %} - require: {% if grains['role'] in ['so-manager', 'so-helix', 'so-managersearch', 'so-standalone', 'so-import', 'so-heavynode', 'so-receiver'] %}