Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Vagrant 2.1.x is not compatible with plugin dependencies. #52

Closed
damontgomery opened this issue Jul 11, 2018 · 3 comments
Closed

Vagrant 2.1.x is not compatible with plugin dependencies. #52

damontgomery opened this issue Jul 11, 2018 · 3 comments

Comments

@damontgomery
Copy link

damontgomery commented Jul 11, 2018

We had issues when trying to install the vagrant plugins using the latest Vagrant version.

We could install them with 2.0.4 which can be installed with

brew cask install https://raw.githubusercontent.com/Homebrew/homebrew-cask/21b3b73976260b059becba363d5e33aaae3b1af8/Casks/vagrant.rb

The error produced with the new version is

WARNING: Vagrant has detected the `vagrant-triggers` plugin. This plugin conflicts
with the internal triggers implementation. Please uninstall the `vagrant-triggers`
plugin and run the command again if you wish to use the core trigger feature. To
uninstall the plugin, run the command shown below:

  vagrant plugin uninstall vagrant-triggers

Note that the community plugin `vagrant-triggers` and the core trigger feature
in Vagrant do not have compatible syntax.

To disable this warning, set the environment variable `VAGRANT_USE_VAGRANT_TRIGGERS`.
There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.

Path: /Users/---/projects/---/Vagrantfile
Line number: 6
Message: RuntimeError: vagrant-hostmanager plugin is not installed. Please install with: vagrant plugin install vagrant-hostmanager
@damontgomery damontgomery changed the title Vagrant 2.1.x is not compatible with dependencies. Vagrant 2.1.x is not compatible with plugin dependencies. Jul 11, 2018
@damontgomery
Copy link
Author

This came about from troubleshooting issues with @Kbentham.

@becw
Copy link
Member

becw commented Jul 24, 2018

Sweet, I'd be happy to remove this plugin from our dependencies. I hadn't seen that was added in May as part of Vagrant 2.1.0.

@becw
Copy link
Member

becw commented Jul 30, 2018

Resolved by PR #54 -- this will be part of the next release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants