Is it possible to install a Vagrant plugin per project?
Asked Answered
K

1

2

Is it possible to install a Vagrant plugin locally, per project, so that different projects may have different plugins or different versions of the same plugin installed?

Kermanshah answered 21/10, 2013 at 11:6 Comment(0)
F
2

There are at least 4 issues related to that on Vagrant's issue tracker but all of them are closed as it seems that @mitchellh does not have plans to support that from Vagrant's core on the short term:

For now I believe that the only way to do that is to use bindler. The idea is to eventually implement a "full blown Bundler" for Vagrant but for now you should be able to have plugins installed per project alongside global plugins installations.

Just keep in mind that it is highly experimental and things might go wrong :)

UPDATE: Bindler has been deprecated and is incompatible with recent Vagrant versions

Fultz answered 22/10, 2013 at 1:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.