Added prefix so that non-VMWare employees can bring up Vagrant

Change-Id: I935b96a0f8874b2118bffeb46bb6adf9b7517ecc
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/10787
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Michelle Wang <michellew@vmware.com>
This commit is contained in:
git@walter.cl 2018-12-26 16:31:00 -05:00 committed by Michelle Wang
parent fa478445fb
commit 18e651bd4d
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -74,7 +74,7 @@ vm_config = { ram: 2048, cpu: 2 }
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# the photon-build-machine box is built using packer,
# see support/packer-templates/photon-build-machine.json
config.vm.box = 'photon-build-machine'
config.vm.box = 'vmware/photon-build-machine'
config.vm.box_check_update = false