From 97c8919f26d1eb2f84800f13459e0a30cd33cb02 Mon Sep 17 00:00:00 2001 From: Jing Chan Date: Thu, 17 Apr 2014 17:48:03 -0400 Subject: [PATCH] Small fix to hyper-v provision action --- plugins/providers/hyperv/action.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/providers/hyperv/action.rb b/plugins/providers/hyperv/action.rb index 6562afc4d..23b55cf83 100644 --- a/plugins/providers/hyperv/action.rb +++ b/plugins/providers/hyperv/action.rb @@ -66,7 +66,7 @@ module VagrantPlugins def self.action_provision Vagrant::Action::Builder.new.tap do |b| b.use ConfigValidate - b.use Call, Created do |env, b2| + b.use Call, IsState, :not_created do |env, b2| if env[:result] b2.use Message, I18n.t("vagrant_hyperv.message_not_created") next