Add documentation about Salt Thin configuration

This commit is contained in:
Bo Maryniuk 2016-09-27 11:08:32 +02:00
parent 3bfb17ee62
commit a441b35588

View file

@ -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
========================