mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
init the FS backend
This commit is contained in:
parent
12ac5b9c5b
commit
fe4537f58c
@ -543,6 +543,8 @@ class FSChan(object):
|
||||
self.opts = opts
|
||||
self.kwargs = kwargs
|
||||
self.fs = Fileserver(self.opts)
|
||||
self.fs.init()
|
||||
self.fs.update()
|
||||
|
||||
def send(self, load, tries=None, timeout=None):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user