Skip to content

Commit

Permalink
Add master_uri to opts
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 12, 2021
1 parent 4b2ad78 commit 5115904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/transport/tcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ class AsyncTCPReqChannel(salt.transport.client.ReqChannel):

def __init__(self, opts, **kwargs):
self.opts = dict(opts)
if "master_uri" in kwargs:
self.opts["master_uri"] = kwargs["master_uri"]

self.serial = salt.payload.Serial(self.opts)

Expand Down

0 comments on commit 5115904

Please sign in to comment.