Common Module - Fix if statement

This commit is contained in:
Mike Reeves
2018-11-26 19:15:04 -05:00
parent 51fbfd71f1
commit a8570dc049

View File

@@ -291,8 +291,8 @@ dashboard-master:
CPUS: {{ SNDATA.totalcpus }}
UID: {{ SNDATA.guid }}
{% endif %}
{%- endfor %}
{% endif %}
{% if salt['pillar.get']('sensorstab', False) %}
{%- for SN, SNDATA in salt['pillar.get']('sensorstab', {}).iteritems() %}