same thing for the mine in salt-ssh

This commit is contained in:
Thomas S Hatch 2016-07-20 15:21:06 -06:00 committed by rallytime
parent 3e11e19714
commit 9268a793de

View file

@ -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: