ansible/packaging/os
Toshio Kuratomi 0125770d8d Use rpm instead of repoquery for is_installed()
* This keeps us from hitting bugs in repoquery/yum plugins in certain
  instances (#2559).

* The previous is also a small performance boost

* Also in is_installed(), when using the yum API, return if we detect
  a package name has been installed.  We don't need to also check
  virtual provides in that case.  This is another small performance
  boost.

* Sort the list of packages returned by the list parameter.
2015-12-13 09:16:28 -08:00
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt.py Update the documentation of the 'apt' action for the 'name'. 2015-11-24 15:55:31 +00:00
apt_key.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
apt_repository.py fix error occurring with Debian 2015-07-30 13:16:56 +05:30
apt_rpm.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
package.py updated docs for package 2015-08-13 14:57:55 -04:00
redhat_subscription.py Change author field for os_redhat_subscription.py 2015-09-22 05:51:02 -04:00
rhn_channel.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
rhn_register.py Add version that the profilename param was added 2015-06-30 05:08:38 -07:00
rpm_key.py removed syslog in favor of common module logging functions 2015-10-01 00:13:58 -04:00
yum.py Use rpm instead of repoquery for is_installed() 2015-12-13 09:16:28 -08:00