mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #42619 from rallytime/bp-42589
Back-port #42589 to 2017.7
This commit is contained in:
commit
e671242a4f
1 changed files with 2 additions and 0 deletions
|
@ -467,6 +467,8 @@ class SSH(object):
|
|||
for default in self.defaults:
|
||||
if default not in self.targets[host]:
|
||||
self.targets[host][default] = self.defaults[default]
|
||||
if 'host' not in self.targets[host]:
|
||||
self.targets[host]['host'] = host
|
||||
args = (
|
||||
que,
|
||||
self.opts,
|
||||
|
|
Loading…
Add table
Reference in a new issue