From 46fd6d80c97fa0641de4bac45b271c2f74454851 Mon Sep 17 00:00:00 2001 From: Bo Maryniuk Date: Mon, 26 Sep 2016 13:42:50 +0200 Subject: [PATCH] Add a description of the thin/min parameters to the master config --- conf/master | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/master b/conf/master index f4cfc231b3d..65d266e6580 100644 --- a/conf/master +++ b/conf/master @@ -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