Merge pull request #8988 from bbasleeper/bugfix_yum_module

Fix a bug causing yum module to not update to latest in some cases
pull/8730/merge
Michael DeHaan 10 years ago
commit 267b3fb7b7

@ -672,7 +672,7 @@ def latest(module, items, repoq, yum_basecmd, conf_file, en_repos, dis_repos):
nothing_to_do = False nothing_to_do = False
break break
if basecmd == 'update' and is_update(module, repoq, this, conf_file, en_repos=en_repos, dis_repos=en_repos): if basecmd == 'update' and is_update(module, repoq, this, conf_file, en_repos=en_repos, dis_repos=dis_repos):
nothing_to_do = False nothing_to_do = False
break break

Loading…
Cancel
Save