Commit 0bffa5494460a88af64ab1ad4da353923a9caba4
1 parent
96fad7d5
Exists in
master
and in
79 other branches
Change centos box repository a working one
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Vagrantfile
... | ... | @@ -9,7 +9,7 @@ load './local.rake' if File.exists?('local.rake') |
9 | 9 | VAGRANTFILE_API_VERSION = "2" |
10 | 10 | |
11 | 11 | Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| |
12 | - config.vm.box = ENV.fetch("VAGRANT_BOX", 'chef/centos-7.0') | |
12 | + config.vm.box = ENV.fetch("VAGRANT_BOX", 'seocam/centos-7.0') | |
13 | 13 | proxy = ENV['http_proxy'] || ENV['HTTP_PROXY'] |
14 | 14 | if proxy |
15 | 15 | config.vm.provision 'shell', path: 'utils/proxy.sh', args: [proxy] | ... | ... |