mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Get the thin Salt with configured extra modules on SSH
This commit is contained in:
parent
2be9330be6
commit
3d878f9da5
@ -252,7 +252,7 @@ class SSH(object):
|
||||
self.serial = salt.payload.Serial(opts)
|
||||
self.returners = salt.loader.returners(self.opts, {})
|
||||
self.fsclient = salt.fileclient.FSClient(self.opts)
|
||||
self.thin = salt.utils.thin.gen_thin(self.opts['cachedir'])
|
||||
self.thin = salt.utils.thin.gen_thin(self.opts['cachedir'], extra_mods=self.opts.get('thin_extra_mods'))
|
||||
self.mods = mod_data(self.fsclient)
|
||||
|
||||
def get_pubkey(self):
|
||||
|
Loading…
Reference in New Issue
Block a user