Commit 98c642f9cb1b143ef3aeddbbb6a9e1a0fc7c01a1
1 parent
e351acc2
Exists in
r5_design
and in
1 other branch
Use debian wheezy for now for easiness
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Vagrantfile
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | VAGRANTFILE_API_VERSION = "2" | 5 | VAGRANTFILE_API_VERSION = "2" |
| 6 | 6 | ||
| 7 | Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | 7 | Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| |
| 8 | - config.vm.box = "centos6" | 8 | + config.vm.box = ENV.fetch("VAGRANT_BOX", 'debian-wheezy') |
| 9 | 9 | ||
| 10 | proxy = ENV['http_proxy'] || ENV['HTTP_PROXY'] | 10 | proxy = ENV['http_proxy'] || ENV['HTTP_PROXY'] |
| 11 | if proxy | 11 | if proxy |