mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Legacy repo has been archived
This commit is contained in:
parent
6a01d02269
commit
88742398d4
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ def configure_loader_modules(minion_opts, tmp_path):
|
|||
@pytest.fixture
|
||||
def winrepo_remotes(minion_opts):
|
||||
remotes = set()
|
||||
remotes.update(minion_opts.get("winrepo_remotes", []))
|
||||
# Legacy repo has been archived as of September 2024
|
||||
# remotes.update(minion_opts.get("winrepo_remotes", []))
|
||||
remotes.update(minion_opts.get("winrepo_remotes_ng", []))
|
||||
return remotes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue