mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add documentation about Salt Thin configuration
This commit is contained in:
parent
3bfb17ee62
commit
a441b35588
1 changed files with 9 additions and 0 deletions
|
@ -696,6 +696,15 @@ overridden on a per-minion basis in the roster (``minion_opts``)
|
|||
minion_opts:
|
||||
gpg_keydir: /root/gpg
|
||||
|
||||
``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.
|
||||
|
||||
Master Security Settings
|
||||
========================
|
||||
|
|
Loading…
Add table
Reference in a new issue