Add a precise64 box so that we can test lxc 0.7.5

This commit is contained in:
Fabio Rehm 2013-04-01 21:06:29 -03:00
parent 7626cda4e6
commit 8ecb88a760

View file

@ -49,6 +49,12 @@ Vagrant.configure("2") do |config|
end
end
config.vm.define :precise do |precise|
precise.vm.box = 'precise64'
precise.vm.hostname = 'vbox'
precise.vm.box_url = 'http://files.vagrantup.com/precise64.box'
end
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'