From 1f5154c6b899c8b778b2d263678457467f2963ce Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 22 May 2018 13:23:43 -0400 Subject: [PATCH] Salt Top - Fix syntax Error --- salt/top.sls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/top.sls b/salt/top.sls index e92020084..343c7fb2f 100644 --- a/salt/top.sls +++ b/salt/top.sls @@ -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