Browse Source

Merge pull request #25 from smolaon/master

added config for proxy on salt minion
tags/mcp0.5
Filip Pytloun 7 years ago
parent
commit
b157c1c5a0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      salt/files/minion.conf

+ 5
- 0
salt/files/minion.conf View File



log_level: {{ minion.log.level }} log_level: {{ minion.log.level }}


{%- if minion.proxy is defined %}
proxy_host: {{ minion.proxy.host }}
proxy_port: {{ minion.proxy.port }}
{%- endif %}

{%- if minion.sentry is defined %} {%- if minion.sentry is defined %}
sentry_handler: sentry_handler:
{% for server in minion.sentry.servers %} {% for server in minion.sentry.servers %}

Loading…
Cancel
Save