Вопрос

I configured Vagrant via shell with my own bootstrap.sh. Now I am trying to create a virtual machine using PuPHPet.

How can I use the already installed virtual machine instead the one provided by PuPHPet?

Это было полезно?

Решение

Edit the Vagrantfile that came from PuPHPet to have the same box definition as your initial Vagrantfile.

The setting that needs to be the same is config.vm.box

That should stop another box being downloaded, depending on which boxes you are using there is no guarantee that PuPHPet will work as expected though.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top