don't forget to pass the `installer_download_path` from the config!
This commit is contained in:
parent
acc4e3806f
commit
f2b494c2cc
|
@ -29,6 +29,7 @@ module VagrantPlugins
|
||||||
force: config.install == :force,
|
force: config.install == :force,
|
||||||
version: config.version,
|
version: config.version,
|
||||||
prerelease: config.prerelease,
|
prerelease: config.prerelease,
|
||||||
|
download_path: config.installer_download_path
|
||||||
)
|
)
|
||||||
installer.ensure_installed
|
installer.ensure_installed
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue