Browse Source

added config for proxy on salt minion

tags/mcp0.5
Ondrej Smola 7 years ago
parent
commit
6a4e11aafc
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