commit | 6a4e11aafcece144e121a8cede469341efa056d4 | [log] [tgz] |
---|---|---|
author | Ondrej Smola <ondrej.smola@tcpcloud.eu> | Tue Jan 17 12:21:05 2017 +0100 |
committer | Ondrej Smola <ondrej.smola@tcpcloud.eu> | Tue Jan 17 12:21:05 2017 +0100 |
tree | de584b1913d20f0f569e8ab1993a884ff17df345 | |
parent | c1cebde75cfa2bab9236e99e18331aaed20b3434 [diff] |
added config for proxy on salt minion
diff --git a/salt/files/minion.conf b/salt/files/minion.conf index 0f9ec33..05b096e 100644 --- a/salt/files/minion.conf +++ b/salt/files/minion.conf
@@ -59,6 +59,11 @@ 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 %}