Update spec box versions

This commit is contained in:
Brian Cain 2018-01-17 16:34:15 -08:00
parent 0c5e068357
commit 2225379b84
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# Guest boxes to use for vagrant-spec
GUEST_BOXES = {
'hashicorp-vagrant/ubuntu-16.04' => '1.0.0',
'hashicorp-vagrant/centos-7.4' => '1.0.0',
'hashicorp-vagrant/ubuntu-16.04' => '1.0.1',
'hashicorp-vagrant/centos-7.4' => '1.0.1',
'hashicorp-vagrant/windows-10' => '1.0.0',
'spox/osx-10.12' => '0.0.1'
}
# Host boxes to run vagrant-spec
HOST_BOXES = {
'hashicorp-vagrant/ubuntu-16.04' => '1.0.0',
'hashicorp-vagrant/centos-7.4' => '1.0.0',
'hashicorp-vagrant/ubuntu-16.04' => '1.0.1',
'hashicorp-vagrant/centos-7.4' => '1.0.1',
'hashicorp-vagrant/windows-10' => '1.0.0',
'spox/osx-10.12' => '0.0.1'
}