Merge pull request #849 from hugoboos/check-outdated

Check for box updates when starting
This commit is contained in:
Gerben Meijer
2018-02-03 14:14:19 +01:00
committed by GitHub

View File

@@ -19,6 +19,7 @@ module VagrantPlugins
def self.action_up
Vagrant::Action::Builder.new.tap do |b|
b.use ConfigValidate
b.use BoxCheckOutdated
b.use Call, IsCreated do |env, b2|
# Create VM if not yet created.
if !env[:result]