Salt Top - Fix syntax Error

This commit is contained in:
Mike Reeves
2018-05-22 13:23:43 -04:00
parent 8bbd330d2d
commit 1f5154c6b8

View File

@@ -26,14 +26,14 @@ base:
{%- if nodetype == 'parser' %}
- common
- logstash
{% elsif nodetype == 'hot' %}
{% elif nodetype == 'hot' %}
- common
- logstash
- elasticsearch
{% elseif nodetype == 'warm' %}
{% elif nodetype == 'warm' %}
- common
- elasticsearch
{% elseif nodetype == 'storage' %}
{% elif nodetype == 'storage' %}
- common
- logstash
- elasticsearch