From 0bffa5494460a88af64ab1ad4da353923a9caba4 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Mon, 5 Oct 2015 12:27:01 -0300 Subject: [PATCH] Change centos box repository a working one --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 2e325fe..833c48a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -9,7 +9,7 @@ load './local.rake' if File.exists?('local.rake') VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = ENV.fetch("VAGRANT_BOX", 'chef/centos-7.0') + config.vm.box = ENV.fetch("VAGRANT_BOX", 'seocam/centos-7.0') proxy = ENV['http_proxy'] || ENV['HTTP_PROXY'] if proxy config.vm.provision 'shell', path: 'utils/proxy.sh', args: [proxy] -- libgit2 0.21.2