mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update the documentation for the Zypper module
This commit is contained in:
parent
5651a043e6
commit
d571381f76
1 changed files with 4 additions and 2 deletions
|
@ -105,9 +105,11 @@ def info_installed(*names, **attr):
|
|||
|
||||
:param attr:
|
||||
Comma-separated package attributes. If no 'attr' is specified, all available attributes returned.
|
||||
|
||||
Valid attributes are:
|
||||
version, vendor, release, build_date, install_date, build_host, group, source_rpm,
|
||||
size, license, signature, packager, url, summary, description.
|
||||
version, vendor, release, build_date, build_date_time_t, install_date, install_date_time_t,
|
||||
build_host, group, source_rpm, arch, epoch, size, license, signature, packager, url,
|
||||
summary, description.
|
||||
|
||||
CLI example:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue