Allow masterless minions to pull files from S3

This commit is contained in:
Jarrod Moore 2017-02-23 21:19:53 +11:00 committed by rallytime
parent 5987c4e30e
commit 3889006149

View file

@ -1356,7 +1356,7 @@ class FSClient(RemoteClient):
the FSChan object
'''
def __init__(self, opts): # pylint: disable=W0231
self.opts = opts
RemoteClient.__init__(self, opts)
self.channel = salt.fileserver.FSChan(opts)
self.auth = DumbAuth()