Solucionado (ver solução)
Solucionado
(ver solução)
2
respostas

Não consegui destruir a maquina

$ vagrant destroy -f phpweb There are errors in the configuration of this machine. Please fix the following errors and try again:

puppet provisioner:

  • The manifests path specified for Puppet does not exist: D:/configs/manifests
2 respostas
solução!

Erro estava na linha 37 do arquivo "vagrantflie":

Erro:

puppet.manifests_path = "/configs/manifests"

Correto:

puppet.manifests_path = "./configs/manifests"   (faltava o ponto em "./configs")

O caractere " . " simboliza o diretório onde está o arquivo chamado Vagrantfile. Espero ter ajudado.