remove role from node_config for telegraf

This commit is contained in:
m0duspwnens
2021-07-21 14:32:01 -04:00
parent 37fcda3817
commit e2baa93270

View File

@@ -1,5 +1,4 @@
{
"role": "{{ grains.id.split('_') | last }}",
"manint": "{{ salt['pillar.get']('host:mainint', '') }}",
{%- if grains.role in ['so-standalone', 'so-eval', 'so-sensor', 'so-heavynode', ] %}
"monint": "{{ salt['pillar.get']('sensor:interface', '') }}"