mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add documentation about thin-min configuration
This commit is contained in:
parent
46fd6d80c9
commit
419819e92a
1 changed files with 18 additions and 0 deletions
|
@ -746,6 +746,24 @@ authentication with minions
|
|||
|
||||
ssh_use_home_key: False
|
||||
|
||||
``thin_extra_mods``
|
||||
-------------------
|
||||
|
||||
Default: None
|
||||
|
||||
List of additional modules, needed to be included into the Salt Thin.
|
||||
Pass a list of importable Python modules that are typically located in
|
||||
the `site-packages` Python directory so they will be also always included
|
||||
into the Salt Thin, once generated.
|
||||
|
||||
|
||||
``min_extra_mods``
|
||||
------------------
|
||||
|
||||
Default: None
|
||||
|
||||
Identical as `thin_extra_mods`, only applied to the Salt Minimal.
|
||||
|
||||
Master Security Settings
|
||||
========================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue