From b5e84c74e74bae915370669a2313ed5508c05b5e Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 10 Nov 2017 14:31:04 -0800 Subject: [PATCH] Update boxes for vagrant-spec --- test/vagrant-spec/Vagrantfile.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/vagrant-spec/Vagrantfile.spec b/test/vagrant-spec/Vagrantfile.spec index 5fbef713c..36b455262 100644 --- a/test/vagrant-spec/Vagrantfile.spec +++ b/test/vagrant-spec/Vagrantfile.spec @@ -1,15 +1,15 @@ # Guest boxes to use for vagrant-spec GUEST_BOXES = { - 'spox/ubuntu-16.04' => '0.0.1', - 'spox/centos-7' => '0.0.1', + 'hashicorp-vagrant/ubuntu-16.04' => '1.0.0', + 'hashicorp-vagrant/centos-7.4' => '1.0.0', 'spox/windows-10' => '0.0.1', 'spox/osx-10.12' => '0.0.1' } # Host boxes to run vagrant-spec HOST_BOXES = { - 'spox/ubuntu-16.04' => '0.0.1', - 'spox/centos-7' => '0.0.1', + 'hashicorp-vagrant/ubuntu-16.04' => '1.0.0', + 'hashicorp-vagrant/centos-7.4' => '1.0.0', 'spox/windows-10' => '0.0.1', 'spox/osx-10.12' => '0.0.1' }