Update boxes.html.md

This commit is contained in:
Alvaro Miranda Aguilera 2018-10-29 19:26:34 +01:00 committed by GitHub
parent 716a5f1501
commit 93fc675ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -95,10 +95,8 @@ by adding a Vagrantfile to the box with the following content:
```ruby
Vagrant.configure("2") do |config|
["vmware_workstation", "vmware_fusion"].each do |vmware_provider|
config.vm.provider(vmware_provider) do |vmware|
vmware.whitelist_verified = true
end
config.vm.provider "vmware_desktop" do |vmware|
vmware.whitelist_verified = true
end
end
```