vagrant-node-mongo
vagrant-node-mongo copied to clipboard
vagrantconfig vagrantbox name error
hello I clone this proyect and made:
vagrant box add base http://files.vagrantup.com/precise32.box <------- OK git clone https://github.com/cacois/vagrant-node-mongo.git <------- OK cd vagrant-node-mongo <------- OK vagrant up <------- ERROR ERROR ..
In the vagrantconfig file the box name is config.vm.box = "precise32"
But when i add the box i named it "base" ... i supouse
If i change config this way config.vm.box = "base"
All go fine...
thanks
same issue here. fixed it with hashicorp/precise32
.
Here is my issue:
$ vagrant box add base http://files.vagrantup.com/precise32.box
==> box: Box file was not detected as metadata. Adding it directly...
==> box: Adding box 'base' (v0) for provider:
box: Downloading: http://files.vagrantup.com/precise32.box
box: Download redirected to host: hashicorp-files.hashicorp.com
box:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
Failed to connect to hashicorp-files.hashicorp.com port 443: Timed out
same issue with me too...
I haven't looked at this repo in a while - let me take a look and see what i can do