Ensure templates are loaded for heavy nodes

This commit is contained in:
weslambert
2020-09-15 17:14:06 -04:00
committed by GitHub
parent 46a1369e81
commit fbf037f460

View File

@@ -237,7 +237,7 @@ so-elasticsearch-pipelines:
- file: esyml - file: esyml
- file: so-elasticsearch-pipelines-file - file: so-elasticsearch-pipelines-file
{% if grains['role'] in ['so-manager', 'so-eval', 'so-managersearch', 'so-standalone'] and TEMPLATES %} {% if grains['role'] in ['so-manager', 'so-eval', 'so-managersearch', 'so-standalone', 'so-heavynode'] and TEMPLATES %}
so-elasticsearch-templates: so-elasticsearch-templates:
cmd.run: cmd.run:
- name: /usr/sbin/so-elasticsearch-templates - name: /usr/sbin/so-elasticsearch-templates
@@ -250,4 +250,4 @@ elasticsearch_state_not_allowed:
test.fail_without_changes: test.fail_without_changes:
- name: elasticsearch_state_not_allowed - name: elasticsearch_state_not_allowed
{% endif %} {% endif %}