Add a description of the thin/min parameters to the master config

This commit is contained in:
Bo Maryniuk 2016-09-27 11:06:43 +02:00
parent 3d878f9da5
commit 3bfb17ee62

View file

@ -976,3 +976,10 @@
############################################
# Default match type for filtering events tags: startswith, endswith, find, regex, fnmatch
#event_match_type: startswith
# Permanently include any available Python 3rd party modules into Salt Thin
# when they are generated for Salt-SSH or other purposes.
# The modules should be named by the names they are actually imported inside the Python.
# The value of the parameters can be either one module or a comma separated list of them.
#thin_extra_mods: foo,bar