sciurus/vagrant-mutate

Add vagrant-mutate to repository?

b-long opened this issue · 4 comments

Attempted to install vagrant-mutate, however the installation fails :

[me@home] vagrant --version
Vagrant 1.4.3
[me@home] vagrant plugin install vagrant-mutate
Installing the 'vagrant-mutate' plugin. This can take a few minutes...

The plugin 'vagrant-mutate' could not be found in local or remote
repositories. Please check the name of the plugin and try again.

I did follow the install procedures, but something isn't right. I'm not sure what Vagrant means by "The plugin 'vagrant-mutate' could not be found in local or remote
repositories". Is there actually a place that Vagrant expects the plugin binaries need to checked into?

Are you sure you had a working internet connection when you did this? vagrant-mutate is published to rubygems.

I do have internet access, but it could be a proxy issue I suppose. I'm not really familiar with ruby & rubygems, any idea what the IP or hostname of the rubgems server is that an install attempts to connect to ?

Can you download it from https://rubygems.org/downloads/vagrant-mutate-0.2.5.gem ? If so, you can then install it with vagrant plugin install vagrant-mutate-0.2.5.gem

@sciurus Thanks for the help, it was indeed a network issue :) I did end up using vagrant plugin install vagrant-mutate-0.2.5.gem after downloading the gem file manually, then copying it to the host.