mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
commit
e652e8bf7d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class LocalClient(salt.client.LocalClient):
|
|||
timeout=timeout,
|
||||
**kwargs)
|
||||
yid = salt.utils.gen_jid()
|
||||
basedirpath = os.path.join(self.opts['cachedir'], 'raet')
|
||||
basedirpath = os.path.join(self.opts['cachedir'], 'raet')
|
||||
stack = LaneStack(
|
||||
name=('client' + yid),
|
||||
yid=yid,
|
||||
|
|
Loading…
Add table
Reference in a new issue