mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix wayward uses of "RPM" in dpkg module
It looks like this function was added in commit 52ef17fa99
based on
(then) `salt/modules/rpm.py`, and the documentation was never fully
updated to reflect that it was now for .deb's, not RPMs.
This commit is contained in:
parent
e6d2e1390c
commit
585603c50e
1 changed files with 2 additions and 2 deletions
|
@ -37,12 +37,12 @@ def bin_pkg_info(path, saltenv="base"):
|
|||
"""
|
||||
.. versionadded:: 2015.8.0
|
||||
|
||||
Parses RPM metadata and returns a dictionary of information about the
|
||||
Parses DEB metadata and returns a dictionary of information about the
|
||||
package (name, version, etc.).
|
||||
|
||||
path
|
||||
Path to the file. Can either be an absolute path to a file on the
|
||||
minion, or a salt fileserver URL (e.g. ``salt://path/to/file.rpm``).
|
||||
minion, or a salt fileserver URL (e.g. ``salt://path/to/file.deb``).
|
||||
If a salt fileserver URL is passed, the file will be cached to the
|
||||
minion so that it can be examined.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue