Move around Network setup action for docker provider

This commit is contained in:
Brian Cain 2019-02-26 11:47:33 -08:00
parent 63ba0f9964
commit 8013d8d5ef
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,6 @@ module VagrantPlugins
b.use ConfigValidate
b.use HostMachine
b.use Network
# Yeah, this is supposed to be here twice (once more above). This
# catches the case when the container was supposed to be created,
@ -267,6 +266,7 @@ module VagrantPlugins
end
end
b2.use Network
b2.use Start
b2.use WaitForRunning