Fix several sytax errors

This commit is contained in:
Mike Reeves
2018-08-08 10:02:43 -04:00
parent f61ad7fb74
commit 9696c77bd3
4 changed files with 195 additions and 6 deletions
@@ -1,7 +1,7 @@
{%- if salt['grains.get']('role') == 'so-master' %}
{%- set nodetype = 'master' %}
{%- else %}
{%- set nodetype = salt['pillar_get']('node:node_type', 'storage') %}
{%- set nodetype = salt['pillar.get']('node:node_type', 'storage') %}
{%- endif %}
output {
redis {
@@ -16,4 +16,4 @@ output {
congestion_threshold => 50000000
# batch_events => 500
}
}
}