From d8e4482f2c0fabf59b315df81c92256eb7fed7c5 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 26 Feb 2014 11:26:29 -0800 Subject: [PATCH] providers/hyperv: enable provisioning --- plugins/providers/hyperv/action.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/providers/hyperv/action.rb b/plugins/providers/hyperv/action.rb index aa663cacf..a36e66e9b 100644 --- a/plugins/providers/hyperv/action.rb +++ b/plugins/providers/hyperv/action.rb @@ -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]