devopsgroup-io / vagrant-hostmanager

:pencil: A Vagrant plugin that manages hosts files within a multi-machine environment.
Mozilla Public License 2.0
1.46k stars 146 forks source link

vagrant-hostmanager missing #225

Closed codecowboy closed 7 years ago

codecowboy commented 7 years ago
Lukes-MacBook-Pro-2:trellis lukemackenzie$ vagrant plugin install vagrant-hostmanager
Installing the 'vagrant-hostmanager' plugin. This can take a few minutes...
Installed the plugin 'vagrant-hostmanager (1.8.5)'!
Lukes-MacBook-Pro-2:trellis lukemackenzie$ vagrant up --provision
vagrant-hostmanager missing, please install the plugin with this command:
vagrant plugin install vagrant-hostmanager

Or install landrush for multisite subdomains:
vagrant plugin install landrush

vagrant can't see the hostmanager plugin even though I have installed it. Vagrant 1.8.6 after a complete purge of all vagrant files on my OSX system

I downgraded to 1.8.6 due to an incompatibility issue with the landrush plugin. I've tried installing and uninstalling both hostmanager and landrush

seth-reeser commented 7 years ago

Please run sudo rm -Rf ~/.vagrant.d/gems/ && sudo rm ~/.vagrant.d/plugins.json and then try and reinstall vagrant plugin install vagrant-hostmanager. If you continue to have issue, please reopen this issue.

v3ritas1989 commented 6 years ago

@seth-reeser whats the command for windows?

vineethvijay commented 6 years ago

This does not work in vagrant 2.1.3, 2.1.4 Had to downgrade to 2.1.2

v3ritas1989 commented 6 years ago

that works, thanks

weblid commented 6 years ago

I had to downgrade to 2.1.1.

jsaxestaral commented 6 years ago

Upgrade to 2.1.5 resolved issue

v3ritas1989 commented 6 years ago

can confirm 2.1.5 resolved the issue