vagrant-box-updater
vagrant-box-updater copied to clipboard
vagrant plugin which check updates of remote boxes during "vagrant up/box add" and provide interactive prompt to update box when remote update is detected
``` config.vm.box = "maier/alpine-3.3.1-x86_64" config.vm.box_check_update = true ``` and ``` vagrant up Bringing machine 'default' up with 'virtualbox' provider... /tmp/xx/.vagrant.d/gems/gems/vagrant-box-updater-0.0.3/lib/vagrant-box-updater/util/common.rb:7:in `get_path_box_stat_file': uninitialized constant Psych::ENGINE (NameError) from /tmp/xx/.vagrant.d/gems/gems/vagrant-box-updater-0.0.3/lib/vagrant-box-updater/action/up_box.rb:19:in `call' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in...
Having just followed the README, using the URL from my `Vagrantfile`, I'm getting the following error: ``` $ vagrant box add --force precise32 http://files.vagrantup.com/precise32.box Downloading or copying the box... Extracting...
Patch to extend support to boxes stored on network paths (UNC paths). We have some Vagrant boxes stored on windows network drives. When entering UNC paths into Vagrant they have...
Hi, I am setting autoupdate to true but I am still being prompted to accept the new box. I would have expected vagrant to automatically grab the new box. Is...
In order to be able to fix an error it's good to have some output
Adding the ability to connect to boxes using BasicAuth URLs (`http://user:[email protected]/package.box`). Bit of vanity formatting as well.
We are using different mirrors for our boxes and the url of one box could be different from the one used last time.
Hi! First of all, thank you for useful plugin! At the moment if I remove the box, then trying to fetch new one, plugin claims that updates have been found....
Just thinking that sometime you don't want to bug your users every time a basebox updates, but you just want to make sure that you're all on the same version...