$ 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
$ vagrant destroy -f phpweb There are errors in the configuration of this machine. Please fix the following errors and try again:
puppet provisioner:
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.