add heavynode

This commit is contained in:
m0duspwnens
2021-07-20 13:55:52 -04:00
parent d01ac55db1
commit 4bb350d37d

View File

@@ -14,7 +14,7 @@
{% set nodeTypes = ['eval'] %}
{% else %}
{#% set nodeTypes = ['standalone', 'manager', 'managersearch', 'sensortab', 'searchnode'] %#}
{% set nodeTypes = ['standalone'] %}
{% set nodeTypes = ['standalone', 'heavynode'] %}
{% endif %}
{% if grains['role'] in ['so-manager', 'so-managersearch', 'so-standalone'] or (grains.role == 'so-eval' and GRAFANA == 1) %}