mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge branch 'develop' into patch-1
This commit is contained in:
commit
f6926bf95c
@ -539,6 +539,7 @@ def install(name=None,
|
||||
cmd.append('pacman')
|
||||
|
||||
errors = []
|
||||
targets = []
|
||||
if pkg_type == 'file':
|
||||
cmd.extend(['-U', '--noprogressbar', '--noconfirm'])
|
||||
cmd.extend(pkg_params)
|
||||
@ -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…
Reference in New Issue
Block a user