mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Tweak description of "id" minion config param
This commit is contained in:
parent
60faa582f8
commit
a5627b0cc7
@ -104,13 +104,12 @@ The directory used to store the minion's public and private keys.
|
|||||||
``id``
|
``id``
|
||||||
------
|
------
|
||||||
|
|
||||||
Default: hostname (as returned by the Python call: ``socket.getfqdn()``)
|
Default: the system's hostname (as returned by the Python function
|
||||||
|
``socket.getfqdn()``)
|
||||||
|
|
||||||
Explicitly declare the id for this minion to use, if left commented the id
|
Explicitly declare the id for this minion to use. Since Salt uses detached ids
|
||||||
will be the hostname as returned by the Python call: ``socket.getfqdn()``
|
it is possible to run multiple minions on the same machine but with different
|
||||||
Since Salt uses detached ids it is possible to run multiple minions on the
|
ids. This can be useful for Salt compute clusters.
|
||||||
same machine but with different ids, this can be useful for Salt compute
|
|
||||||
clusters.
|
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user