providers/virtualbox: add post-comm customize step [GH-3080]

This commit is contained in:
Mitchell Hashimoto 2014-03-09 21:35:53 -07:00
parent ee23b87eb6
commit 6a5fee0191
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ module VagrantPlugins
b.use Boot b.use Boot
b.use Customize, "post-boot" b.use Customize, "post-boot"
b.use WaitForCommunicator, [:starting, :running] b.use WaitForCommunicator, [:starting, :running]
b.use Customize, "post-comm"
b.use CheckGuestAdditions b.use CheckGuestAdditions
end end
end end