Change URL to base squeeze vbox development box
This commit is contained in:
parent
6d0dc0877b
commit
e0473a1567
1 changed files with 2 additions and 1 deletions
3
development/Vagrantfile
vendored
3
development/Vagrantfile
vendored
|
@ -29,7 +29,8 @@ BOXES = {
|
|||
},
|
||||
squeeze: {
|
||||
lxc_url: lxc_box_url('squeeze'),
|
||||
vbox_url: 'http://f.willianfernandes.com.br/vagrant-boxes/DebianSqueeze64.box'
|
||||
# https://gist.github.com/henare/1964037
|
||||
vbox_url: 'http://dl.dropbox.com/u/174733/debian-squeeze-64.box'
|
||||
},
|
||||
wheezy: {
|
||||
lxc_url: lxc_box_url('wheezy'),
|
||||
|
|
Loading…
Reference in a new issue