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

@@ -59,6 +59,11 @@ mine_interval: {{ minion.mine.get('interval', 30) }}

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 %}
sentry_handler:
{% for server in minion.sentry.servers %}

Loading…
Cancel
Save