mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added mention of map file alternative for minion configuration options.
Fixes: #51127
This commit is contained in:
parent
8255901b33
commit
364ef065e8
1 changed files with 6 additions and 4 deletions
|
@ -27,10 +27,12 @@ cloud is operating on.
|
|||
Minion Configuration
|
||||
====================
|
||||
|
||||
The default minion configuration is set up in this file. Minions created by
|
||||
salt-cloud derive their configuration from this file. Almost all parameters
|
||||
found in :ref:`Configuring the Salt Minion <configuration-salt-minion>` can
|
||||
be used here.
|
||||
The default minion configuration is set up in this file or alternatively used in
|
||||
any ``.conf`` file listed in the ``/etc/salt/cloud.maps.d/``
|
||||
:ref:`map file <salt-cloud-map>` directory. Minions created by salt-cloud
|
||||
traditionally derive their configuration from this file. Almost all parameters
|
||||
found in :ref:`Configuring the Salt Minion <configuration-salt-minion>` can be
|
||||
used here.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue