mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
57024a8461
See https://github.com/saltstack/salt/issues/4163#issuecomment-15211619 All refs have been updated, and each pkg provider now has available_version as a function reference pointing to latest_version. Sphinx docs also updated so that the available_version function reference is hidden in the docs.
13 lines
345 B
ReStructuredText
13 lines
345 B
ReStructuredText
===================
|
|
salt.modules.yumpkg
|
|
===================
|
|
|
|
.. versionadded:: 0.9.4
|
|
This module replaces the "yum" module in previous releases. It is backward
|
|
compatible and uses the native yum Python interface instead of the CLI
|
|
interface.
|
|
|
|
.. automodule:: salt.modules.yumpkg
|
|
:members:
|
|
:exclude-members: available_version
|