providers/hyperv: enable provisioning

This commit is contained in:
Mitchell Hashimoto 2014-02-26 11:26:29 -08:00
parent d4ec3b5dfc
commit d8e4482f2c
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ module VagrantPlugins
def self.action_start
Vagrant::Action::Builder.new.tap do |b|
b.use Provision
b.use StartInstance
b.use WaitForIPAddress
b.use WaitForCommunicator, [:running]