Fix SSL for filebeat

This commit is contained in:
Mike Reeves
2020-08-19 21:12:41 -04:00
committed by GitHub
parent f7d3dca322
commit f9e5ea8ba7

View File

@@ -1,5 +1,5 @@
{%- if grains.role == 'so-heavynode' %}
{%- set MANAGER = salt['pillar.get']('sensor:mainip' '') %}
{%- set MANAGER = salt['grains.get']('host' '') %}
{%- else %}
{%- set MANAGER = salt['grains.get']('master') %}
{%- endif %}