This commit is contained in:
m0duspwnens
2021-08-19 11:11:24 -04:00
parent 8e9f95652d
commit 7b8e23fadd

View File

@@ -1,6 +1,6 @@
{ {
"manint": "{{ salt['pillar.get']('host:mainint', '') }}",
{%- if grains.role in ['so-standalone', 'so-eval', 'so-sensor', 'so-heavynode', ] %} {%- if grains.role in ['so-standalone', 'so-eval', 'so-sensor', 'so-heavynode', ] %}
"monint": "{{ salt['pillar.get']('sensor:interface', '') }}" "monint": "{{ salt['pillar.get']('sensor:interface', '') }}",
{% endif -%} {%- endif %}
"manint": "{{ salt['pillar.get']('host:mainint', '') }}"
} }