mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
intialize the Client stuff in FSClient
We need __utils__ in FSClient for s3:// uris.
This commit is contained in:
parent
0d31201e08
commit
0820620ef8
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