Fixes mitchellh/vagrant #3361 for VirtualBox 4.3.x

This commit is contained in:
Oscar Renalias 2014-03-31 20:36:16 +03:00
parent b52d60d178
commit 0314453f46
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ module VagrantPlugins
if adapter[:hostonly]
args.concat(["--hostonlyadapter#{adapter[:adapter]}",
adapter[:hostonly]])
adapter[:hostonly], "--cableconnected#{adapter[:adapter]}", "on"])
end
if adapter[:intnet]