Logstash Module- Fix the if

This commit is contained in:
Mike Reeves
2018-05-22 16:17:11 -04:00
parent ba91c9a964
commit de67c6af54
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
{% if grains['role'] == 'so-master' %}
{% set nodetype = 'master' %}
{% set nodetype = master %}
{% else %}