Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

ERRO AO PROVISIONAR O PHP

Error: sh: 1: /vagrant/src: not found ==> phpweb: ==> phpweb: Error: /Stage[main]/Main/Exec[run-php7]/returns: change from 'notrun' to ['0'] failed: sh: 1: /vagrant/src: not found ==> phpweb: ==> phpweb: Notice: Applied catalog in 228.39 seconds The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong.

1 resposta
solução!

Opa!

Pelo que entendi aqui a referência da sua máquina não foi encontrada.

config.vm.define "phpweb" do |web| ** <--- esse item ali** é o que repete aqui oh -> web.vm.network "forwarded_port", guest: 8089, host: 8089 é o que repete aqui oh -> web.vm.network "public_network", ip: "192.168.15.26"

Dá uma olhada no arquivo de configuração. Verifica certinho o status dela: vagrant status e verifica o nome. 

Qualquer coisa dá um destroy e roda novamente.