Clarify the master_type docs (#37841)

Mention when "disable" began to be supported.
This commit is contained in:
Erik Johnson 2016-11-22 12:44:46 -06:00 committed by Nicole Thomas
parent 2bc42b8484
commit 7c1cfa82e4

View file

@ -107,13 +107,14 @@ to manage the minion's master setting from an execution module. By simply
changing the algorithm in the module to return a new master ip/fqdn, restart
the minion and it will connect to the new master.
As of version 2016.11.0 this option can be set to ``disable`` and the minion
will never attempt to talk to the master. This is useful for running a
masterless minion daemon.
.. code-block:: yaml
master_type: disable
If you just want to run a masterless minion, this can be set and the minion
will never attempt to talk to the master.
.. conf_minion:: max_event_size
``max_event_size``