Add Saucy VBox dev VM
This commit is contained in:
parent
aa8638ed20
commit
518cd3cbe3
1 changed files with 3 additions and 0 deletions
3
development/Vagrantfile
vendored
3
development/Vagrantfile
vendored
|
@ -27,6 +27,9 @@ BOXES = {
|
|||
lxc_url: lxc_box_url('raring'),
|
||||
vbox_url: 'http://goo.gl/Y4aRr'
|
||||
},
|
||||
saucy: {
|
||||
vbox_url: 'http://cloud-images.ubuntu.com/vagrant/saucy/current/saucy-server-cloudimg-amd64-vagrant-disk1.box'
|
||||
},
|
||||
squeeze: {
|
||||
lxc_url: lxc_box_url('squeeze'),
|
||||
# https://gist.github.com/henare/1964037
|
||||
|
|
Loading…
Reference in a new issue