mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #45533 from rallytime/bp-45529
Back-port #45529 to 2017.7.3
This commit is contained in:
commit
8ad65e3359
1 changed files with 1 additions and 1 deletions
|
@ -538,6 +538,7 @@ def install(name=None,
|
|||
cmd.extend(['systemd-run', '--scope'])
|
||||
cmd.append('pacman')
|
||||
|
||||
targets = []
|
||||
errors = []
|
||||
if pkg_type == 'file':
|
||||
cmd.extend(['-U', '--noprogressbar', '--noconfirm'])
|
||||
|
@ -549,7 +550,6 @@ def install(name=None,
|
|||
if sysupgrade:
|
||||
cmd.append('-u')
|
||||
cmd.extend(['--noprogressbar', '--noconfirm', '--needed'])
|
||||
targets = []
|
||||
wildcards = []
|
||||
for param, version_num in six.iteritems(pkg_params):
|
||||
if version_num is None:
|
||||
|
|
Loading…
Add table
Reference in a new issue