mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
same thing for the mine in salt-ssh
This commit is contained in:
parent
3e11e19714
commit
9268a793de
1 changed files with 3 additions and 1 deletions
|
@ -72,7 +72,9 @@ def _publish(tgt,
|
|||
arg = []
|
||||
|
||||
# Set up opts for the SSH object
|
||||
opts = copy.deepcopy(__opts__)
|
||||
opts = copy.deepcopy(__context__['master_opts'])
|
||||
minopts = copy.deepcopy(__opts__)
|
||||
opts.update(minopts)
|
||||
if roster:
|
||||
opts['roster'] = roster
|
||||
if timeout:
|
||||
|
|
Loading…
Add table
Reference in a new issue