Add minion config

This commit is contained in:
Thomas S Hatch 2017-02-21 11:09:46 -07:00
parent 539bb2aa80
commit c357e37831

View file

@ -53,8 +53,11 @@ master configuration file:
certfile: <path_to_certfile>
ssl_version: PROTOCOL_TLSv1_2
The `ssl` option in the minion configuration file looks like this:
The minimal `ssl` option in the minion configuration file looks like this:
.. code-block:: yaml
ssl: {}
.. note::