Browse Source

Fixing minion dependency in master node

pull/63/head
Javier Domingo Cansino 7 years ago
parent
commit
15a9ba980e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      salt/files/master.conf

+ 2
- 0
salt/files/master.conf View File

@@ -141,6 +141,7 @@ master_tops:
{%- endif %}
{%- endif %}

{%- if pillar.salt.get('minion') %}
{%- for handler in pillar.salt.minion.get("handlers", []) %}
{%- if handler.engine == "udp"%}

@@ -156,6 +157,7 @@ logstash_zmq_handler:
version: 1
{%- endif %}
{%- endfor %}
{%- endif %}

{%- if master.get('order_masters', False) %}


Loading…
Cancel
Save