Fixes mitchellh/vagrant #3361 for VirtualBox 4.2.x

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

View File

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