mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
make sure to use the correct out_file
When installing more than one package, the out_file is not correct when doing the install.
This commit is contained in:
parent
bb1dfd4a42
commit
7ef691e8da
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ class SPMClient(object):
|
|||
|
||||
# First we download everything, then we install
|
||||
for package in dl_list:
|
||||
out_file = dl_list[package]['dest_file']
|
||||
# Kick off the install
|
||||
self._install_indv_pkg(package, out_file)
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue