mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Add documentation for append_minionid_config_dirs.
This commit is contained in:
parent
f0961e741e
commit
84cc7d67c0
@ -127,6 +127,13 @@
|
||||
# This data may contain sensitive data and should be protected accordingly.
|
||||
#cachedir: /var/cache/salt/minion
|
||||
|
||||
# Append minion_id to these directories. Helps with
|
||||
# multiple proxies and minions running on the same machine.
|
||||
# Allowed elements in the list: pki_dir, cachedir, extension_modules
|
||||
# Normally not needed unless running several proxies and/or minions on the same machine
|
||||
# Defaults to ['cachedir'] for proxies, [] (empty list) for regular minions
|
||||
#append_minionid_config_dirs:
|
||||
|
||||
# Verify and set permissions on configuration directories at startup.
|
||||
#verify_env: True
|
||||
|
||||
|
10
conf/proxy
10
conf/proxy
@ -84,6 +84,16 @@
|
||||
# This data may contain sensitive data and should be protected accordingly.
|
||||
#cachedir: /var/cache/salt/minion
|
||||
|
||||
# Append minion_id to these directories. Helps with
|
||||
# multiple proxies and minions running on the same machine.
|
||||
# Allowed elements in the list: pki_dir, cachedir, extension_modules
|
||||
# Normally not needed unless running several proxies and/or minions on the same machine
|
||||
# Defaults to ['cachedir'] for proxies, [] (empty list) for regular minions
|
||||
# append_minionid_config_dirs:
|
||||
# - cachedir
|
||||
|
||||
|
||||
|
||||
# Verify and set permissions on configuration directories at startup.
|
||||
#verify_env: True
|
||||
|
||||
|
@ -395,7 +395,24 @@ This directory may contain sensitive data and should be protected accordingly.
|
||||
|
||||
cachedir: /var/cache/salt/minion
|
||||
|
||||
.. conf_minion:: verify_env
|
||||
.. conf_minion:: append_minionid_config_dirs
|
||||
|
||||
``append_minionid_config_dirs``
|
||||
-------------------------------
|
||||
|
||||
Default: ``[]`` (the empty list) for regular minions, ``['cachedir']`` for proxy minions.
|
||||
|
||||
Append minion_id to these configuration directories. Helps with multiple proxies
|
||||
and minions running on the same machine. Allowed elements in the list:
|
||||
``pki_dir``, ``cachedir``, ``extension_modules``.
|
||||
Normally not needed unless running several proxies and/or minions on the same machine.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
append_minionid_config_dirs:
|
||||
- pki_dir
|
||||
- cachedir
|
||||
|
||||
|
||||
``verify_env``
|
||||
--------------
|
||||
|
Loading…
Reference in New Issue
Block a user