Merge pull request #1466 from Security-Onion-Solutions/fix/so-elasticsearch-templates-load

Rename so-elasticsearch-templates to so-elasticsearch-templates-load
This commit is contained in:
weslambert
2020-10-06 13:19:54 -04:00
committed by GitHub
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 %}
so-elasticsearch-templates:
cmd.run:
- name: /usr/sbin/so-elasticsearch-templates
- name: /usr/sbin/so-elasticsearch-templates-load
- cwd: /opt/so
{% endif %}