mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clarify the master_type docs (#37841)
Mention when "disable" began to be supported.
This commit is contained in:
parent
2bc42b8484
commit
7c1cfa82e4
1 changed files with 4 additions and 3 deletions
|
@ -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``
|
||||
|
|
Loading…
Add table
Reference in a new issue