plugins/providers/virtualbox/action.rb in vagrant-unbundled-2.2.6.2 vs plugins/providers/virtualbox/action.rb in vagrant-unbundled-2.2.7.0

- old
+ new

@@ -77,9 +77,10 @@ b.use Network b.use NetworkFixIPv6 b.use ForwardPorts b.use SetHostname b.use SaneDefaults + b.use Disk b.use Customize, "pre-boot" b.use Boot b.use Customize, "post-boot" b.use WaitForCommunicator, [:starting, :running] b.use Customize, "post-comm"