mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix ssh_remote_port_forwards wart causing test to fail
This commit is contained in:
parent
0a253e7573
commit
039b7f3f57
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class SSHClient(object):
|
|||
("ssh_priv", str),
|
||||
("ssh_priv_passwd", str),
|
||||
("ssh_identities_only", bool),
|
||||
("ssh_remote_port_forwards", bool),
|
||||
("ssh_remote_port_forwards", str),
|
||||
("ssh_options", list),
|
||||
("roster_file", str),
|
||||
("rosters", list),
|
||||
|
|
Loading…
Add table
Reference in a new issue