mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #39609 from gtmanfred/2016.11
intialize the Client stuff in FSClient
This commit is contained in:
commit
0bc6027e68
1 changed files with 1 additions and 2 deletions
|
@ -1356,8 +1356,7 @@ class FSClient(RemoteClient):
|
|||
the FSChan object
|
||||
'''
|
||||
def __init__(self, opts): # pylint: disable=W0231
|
||||
self.opts = opts
|
||||
self.utils = salt.loader.utils(opts)
|
||||
Client.__init__(self, opts) # pylint: disable=W0233
|
||||
self.channel = salt.fileserver.FSChan(opts)
|
||||
self.auth = DumbAuth()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue