Merge pull request #49387 from twangboy/fix_win_repo

Fix winrepo.update_git_repos for masterless minion
This commit is contained in:
Nicole Thomas 2018-08-29 09:42:39 -04:00 committed by GitHub
commit 11d87e4a44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,8 @@ from salt.runners.winrepo import (
genrepo as _genrepo,
update_git_repos as _update_git_repos,
PER_REMOTE_OVERRIDES,
PER_REMOTE_ONLY
PER_REMOTE_ONLY,
GLOBAL_ONLY
)
from salt.ext import six
try: