providers/virtualbox: add post-comm customize step [GH-3080]
This commit is contained in:
parent
ee23b87eb6
commit
6a5fee0191
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue