Rename so-elasticsearch-templates to so-elasticsearch-templates-load

This commit is contained in:
Wes Lambert
2020-10-06 17:18:42 +00:00
parent 6cdff854f3
commit a6a69c57d1
3 changed files with 1 additions and 1 deletions

0
salt/common/tools/sbin/so-elasticsearch-templates-list Normal file → Executable file
View File

View File

@@ -240,7 +240,7 @@ so-elasticsearch-pipelines:
{% if grains['role'] in ['so-manager', 'so-eval', 'so-managersearch', 'so-standalone', 'so-heavynode', 'so-searchnode', 'so-import'] and TEMPLATES %} {% if grains['role'] in ['so-manager', 'so-eval', 'so-managersearch', 'so-standalone', 'so-heavynode', 'so-searchnode', 'so-import'] and TEMPLATES %}
so-elasticsearch-templates: so-elasticsearch-templates:
cmd.run: cmd.run:
- name: /usr/sbin/so-elasticsearch-templates - name: /usr/sbin/so-elasticsearch-templates-load
- cwd: /opt/so - cwd: /opt/so
{% endif %} {% endif %}