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

{%- endif %} {%- endif %}
{%- endif %} {%- endif %}


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


version: 1 version: 1
{%- endif %} {%- endif %}
{%- endfor %} {%- endfor %}
{%- endif %}


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



Loading…
Cancel
Save