salt/changelog/62032.fixed
Alexander Graul 84951f7cd6 Don't turn attr="all" into a list
pkg_resource.format_pkg_list expects its `attr` argument to be either a
list of attributes or the string "all" to indicate all available
attributes should be used for formatting.

Fixes: https://github.com/saltstack/salt/issues/62032
2022-10-06 12:27:57 -06:00

1 line
55 B
Text

Fix attr=all handling in pkg.list_pkgs() (yum/zypper).