commit | c2d3e6f12e641d8fbadb2ef608bc6986069a27d3 | [log] [tgz] |
---|---|---|
author | Ondrej Smola <ondrej.smola@tcpcloud.eu> | Sun Mar 26 17:52:40 2017 +0200 |
committer | Ondrej Smola <ondrej.smola@tcpcloud.eu> | Sun Mar 26 17:52:40 2017 +0200 |
tree | c2f65a465aa6aa38c53ec47b400c64382c1b7f3f | |
parent | e3ae6b3bbf8cdba9b55b89047e67d7579683a5ab [diff] |
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 ~~~~~~