From 1a5ad9f3d592987ca401ce9a26780159325c3261 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 24 Jan 2014 15:44:26 -0800 Subject: [PATCH] providers/virtualbox: check for outdated on any start --- plugins/providers/virtualbox/action.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/providers/virtualbox/action.rb b/plugins/providers/virtualbox/action.rb index 5339343f1..5831d9b9d 100644 --- a/plugins/providers/virtualbox/action.rb +++ b/plugins/providers/virtualbox/action.rb @@ -246,6 +246,7 @@ module VagrantPlugins Vagrant::Action::Builder.new.tap do |b| b.use CheckVirtualbox b.use ConfigValidate + b.use BoxCheckOutdated b.use Call, IsRunning do |env, b2| # If the VM is running, then our work here is done, exit if env[:result] @@ -307,7 +308,6 @@ module VagrantPlugins end b.use ConfigValidate - b.use BoxCheckOutdated b.use Call, Created do |env, b2| # If the VM is NOT created yet, then do the setup steps if !env[:result]