Merge pull request #2006 from jo-m/master
Enable SSH Agent forwarding in Vagrant VM Upstream-commit: b081a740b3073816e8a00bd6a2070690a475ade7 Component: engine
This commit is contained in:
Vendored
+2
@@ -13,6 +13,8 @@ Vagrant::Config.run do |config|
|
||||
config.vm.box = BOX_NAME
|
||||
config.vm.box_url = BOX_URI
|
||||
|
||||
config.ssh.forward_agent = true
|
||||
|
||||
# Provision docker and new kernel if deployment was not done.
|
||||
# It is assumed Vagrant can successfully launch the provider instance.
|
||||
if Dir.glob("#{File.dirname(__FILE__)}/.vagrant/machines/default/*/id").empty?
|
||||
|
||||
Reference in New Issue
Block a user