Tweak description of "id" minion config param

This commit is contained in:
Erik Johnson 2013-07-20 21:14:59 -05:00
parent 60faa582f8
commit a5627b0cc7

View File

@ -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