Merge pull request #39610 from rallytime/bp-39589

Back-port #39589 to 2016.11
This commit is contained in:
Mike Place 2017-02-23 10:48:02 -07:00 committed by GitHub
commit b1c3b84862

View File

@ -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()