mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #849 from hugoboos/check-outdated
Check for box updates when starting
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user