Commit 7762d3f6c8e9377ee2e135bf15e8ee83cf2790a7

Authored by Antonio Terceiro
1 parent cdd7e562

Use centos7 by default

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 = ENV.fetch("VAGRANT_BOX", 'debian-wheezy')
  8 + config.vm.box = ENV.fetch("VAGRANT_BOX", 'centos7')
9 9  
10 10 proxy = ENV['http_proxy'] || ENV['HTTP_PROXY']
11 11 if proxy
... ...