mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #39610 from rallytime/bp-39589
Back-port #39589 to 2016.11
This commit is contained in:
commit
b1c3b84862
@ -1357,6 +1357,7 @@ class FSClient(RemoteClient):
|
||||
'''
|
||||
def __init__(self, opts): # pylint: disable=W0231
|
||||
self.opts = opts
|
||||
self.utils = salt.loader.utils(opts)
|
||||
self.channel = salt.fileserver.FSChan(opts)
|
||||
self.auth = DumbAuth()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user