mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
28f183a71e
commit
a06ccfef2f
2 changed files with 18 additions and 0 deletions
|
@ -67,6 +67,11 @@
|
|||
# Directory to store job and cache data
|
||||
#cachedir: /var/cache/salt/master
|
||||
|
||||
# Directory for custom modules. This directory can contain subdirectories for
|
||||
# each of Salt's module types such as "runners", "output", "wheel", "modules",
|
||||
# "states", "returners", etc.
|
||||
#extension_modules: <no default>
|
||||
|
||||
# Verify and set permissions on configuration directories at startup
|
||||
#verify_env: True
|
||||
|
||||
|
|
|
@ -180,6 +180,19 @@ The directory to store the pki authentication keys.
|
|||
|
||||
pki_dir: /etc/salt/pki
|
||||
|
||||
.. conf_master:: extension_modules
|
||||
|
||||
``extension_modules``
|
||||
---------------------
|
||||
|
||||
Directory for custom modules. This directory can contain subdirectories for
|
||||
each of Salt's module types such as "runners", "output", "wheel", "modules",
|
||||
"states", "returners", etc. This path is appended to :conf_master:`root_dir`.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
extension_modules: srv/modules
|
||||
|
||||
.. conf_master:: cachedir
|
||||
|
||||
``cachedir``
|
||||
|
|
Loading…
Add table
Reference in a new issue