From f6bf58700ef25ea8a547c7cc7db3e913a9999dcf Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Wed, 10 Apr 2013 03:24:19 -0300 Subject: [PATCH] Update example and development box_urls to new version --- development/Vagrantfile | 2 +- example/Vagrantfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/Vagrantfile b/development/Vagrantfile index 58ab3bf..ddaefeb 100644 --- a/development/Vagrantfile +++ b/development/Vagrantfile @@ -57,7 +57,7 @@ Vagrant.configure("2") do |config| config.vm.define :lxc do |lxc_config| lxc_config.vm.hostname = 'lxc-dev-box' - lxc_config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-31.box' + lxc_config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-04-10.box' # Uncomment to test boxes built locally: # lxc_config.vm.box_url = '../boxes/output/lxc-quantal64.box' diff --git a/example/Vagrantfile b/example/Vagrantfile index 66da379..f922b5c 100644 --- a/example/Vagrantfile +++ b/example/Vagrantfile @@ -6,7 +6,7 @@ Vagrant.require_plugin 'vagrant-lxc' Vagrant.configure("2") do |config| config.vm.box = "quantal64" - config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-31.box' + config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-04-10.box' # Uncomment if you want to try out a box built locally # config.vm.box_url = '../boxes/output/lxc-quantal64.box' config.vm.hostname = 'lxc-quantal64-example'