Redis and Filebeat fixes to point to IP

This commit is contained in:
Mike Reeves
2018-10-18 21:18:15 -04:00
parent 9e28db4221
commit 0161a41941
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{%- set master = grains['master'] %}
{% set master = salt['pillar.get']('static:masterip', '') %}
input {
redis {
host => '{{ master }}'