Commit 5cd1d0362a8a315334736489b40025e792ca1654

Authored by Sergio Oliveira
1 parent ad506c07

Using box from vagrant cloud.

Using this name of box will automaticaly download a box if you don't
have it yet.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -7,7 +7,7 @@ require 'yaml' @@ -7,7 +7,7 @@ require 'yaml'
7 VAGRANTFILE_API_VERSION = "2" 7 VAGRANTFILE_API_VERSION = "2"
8 8
9 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| 9 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
10 - config.vm.box = ENV.fetch("VAGRANT_BOX", 'centos7') 10 + config.vm.box = ENV.fetch("VAGRANT_BOX", 'chef/centos-7.0')
11 proxy = ENV['http_proxy'] || ENV['HTTP_PROXY'] 11 proxy = ENV['http_proxy'] || ENV['HTTP_PROXY']
12 if proxy 12 if proxy
13 config.vm.provision 'shell', path: 'utils/proxy.sh', args: [proxy] 13 config.vm.provision 'shell', path: 'utils/proxy.sh', args: [proxy]