mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Revert "Back-port #36875 to carbon"
This commit is contained in:
parent
f26475753e
commit
3179303a5d
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -49,7 +49,6 @@ htmlcov/
|
|||
/*.iml
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
/.vscode
|
||||
|
||||
# ignore ctags file
|
||||
tags
|
||||
|
|
|
@ -618,7 +618,7 @@ class SaltDaemonScriptBase(SaltScriptBase, ShellTestCase):
|
|||
pass
|
||||
del sock
|
||||
elif isinstance(port, str):
|
||||
joined = self.run_run('manage.joined')
|
||||
joined = self.run_run('manage.joined', config_dir=self.config_dir)
|
||||
joined = [x.lstrip('- ') for x in joined]
|
||||
if port in joined:
|
||||
check_ports.remove(port)
|
||||
|
|
Loading…
Add table
Reference in a new issue