mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
add test to pytest and add changelog
This commit is contained in:
parent
ee969de055
commit
764f182d7f
2 changed files with 3 additions and 2 deletions
1
changelog/61650.fixed
Normal file
1
changelog/61650.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
Fix ssh config roster to correctly parse the ssh config files that contain spaces.
|
|
@ -68,7 +68,7 @@ def mock_fp():
|
|||
IdentityFile ~/.ssh/id_rsa_abc
|
||||
|
||||
Host def*
|
||||
IdentityFile ~/.ssh/id_rsa_def
|
||||
IdentityFile ~/.ssh/id_rsa_def
|
||||
|
||||
Host abc.asdfgfdhgjkl.com
|
||||
HostName 123.123.123.123
|
||||
|
@ -77,7 +77,7 @@ def mock_fp():
|
|||
HostName 123.123.123.124
|
||||
|
||||
Host def.asdfgfdhgjkl.com
|
||||
HostName 234.234.234.234
|
||||
HostName 234.234.234.234
|
||||
"""
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue