ansible/packaging/os
David Wittman 6d8437617c Set disabled repos before enabled repos
The ordering of disabling/enabling yum repositories matters, and
the yum module was mixing and matching the order. Specifically,
when yum-utils isn't installed, the codepath which uses the yum
python module was incorrectly ordering enabling and disabling.

The preferred order is to disable repositories and then enable them
to prevent clobbering. This was previously discussed in
ansible/ansible#5255 and incompletely addressed in 0cca4a3.
2015-03-27 11:07:51 -05:00
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt.py Add missing import of apt.debfile 2015-03-19 14:54:59 -07:00
apt_key.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt_repository.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt_rpm.py Remove incorrect executable permissions. 2014-11-13 18:08:48 -05:00
redhat_subscription.py use state parameter in examples 2014-12-04 17:31:35 -08:00
rhn_channel.py rhn_channel using depriciated methods. swapped out 2015-02-25 08:25:34 -05:00
rhn_register.py Some more module categorization. 2014-11-04 17:23:22 -05:00
rpm_key.py Some more module categorization. 2014-11-04 17:23:22 -05:00
yum.py Set disabled repos before enabled repos 2015-03-27 11:07:51 -05:00