mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Add a description of the thin/min parameters to the master config
This commit is contained in:
parent
2d9b1bcb4b
commit
46fd6d80c9
@ -1056,3 +1056,10 @@
|
||||
# use OS defaults, typically 75 seconds on Linux, see
|
||||
# /proc/sys/net/ipv4/tcp_keepalive_intvl.
|
||||
#tcp_keepalive_intvl: -1
|
||||
|
||||
# Permanently include any available Python 3rd party modules into thin and minimal Salt
|
||||
# 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
|
||||
#min_extra_mods: foo,bar,baz
|
||||
|
Loading…
Reference in New Issue
Block a user