Commit 98c642f9cb1b143ef3aeddbbb6a9e1a0fc7c01a1

Authored by Antonio Terceiro
1 parent e351acc2

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 5 VAGRANTFILE_API_VERSION = "2"
6 6  
7 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 10 proxy = ENV['http_proxy'] || ENV['HTTP_PROXY']
11 11 if proxy
... ...