1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00

Unset box_url for parallels

This commit is contained in:
Yoann Colin 2018-09-21 10:07:06 +02:00
parent 4031917145
commit 89e9d6e2f5
No known key found for this signature in database
GPG Key ID: 757CEAD1614CA85D

1
Vagrantfile vendored
View File

@ -9,6 +9,7 @@ Vagrant.configure("2") do |config|
config.vm.provider "parallels" do |p, override|
override.vm.box = "parallels/ubuntu-14.04"
config.vm.box_url = nil
end
if Vagrant.has_plugin?("vagrant-cachier")