mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
provide kwargs to pkg_resource.parse_targets required to detect advisory type
This commit is contained in:
parent
d6c59696be
commit
8c19368938
1 changed files with 1 additions and 1 deletions
|
@ -1322,7 +1322,7 @@ def install(name=None,
|
|||
|
||||
try:
|
||||
pkg_params, pkg_type = __salt__['pkg_resource.parse_targets'](
|
||||
name, pkgs, sources, saltenv=saltenv, normalize=normalize
|
||||
name, pkgs, sources, saltenv=saltenv, normalize=normalize, **kwargs
|
||||
)
|
||||
except MinionError as exc:
|
||||
raise CommandExecutionError(exc)
|
||||
|
|
Loading…
Add table
Reference in a new issue