commit | 0faeefbdae8d40dea054930dfd67ec373c8e3283 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Mon Mar 27 09:33:16 2017 +0200 |
committer | GitHub <noreply@github.com> | Mon Mar 27 09:33:16 2017 +0200 |
tree | c2f65a465aa6aa38c53ec47b400c64382c1b7f3f | |
parent | e3ae6b3bbf8cdba9b55b89047e67d7579683a5ab [diff] | |
parent | c2d3e6f12e641d8fbadb2ef608bc6986069a27d3 [diff] |
Merge pull request #36 from smolaon/master added readme for salt minion http proxy
diff --git a/README.rst b/README.rst index 467910a..72f89a8 100644 --- a/README.rst +++ b/README.rst
@@ -216,6 +216,16 @@ .. literalinclude:: tests/pillar/minion_graph.sls :language: yaml +Salt minion behind http proxy + +.. code-block:: yaml + + salt: + minion: + proxy: + host: 127.0.0.1 + port: 3128 + PKI CA ~~~~~~