You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/fgrehm/bindler is awesome because it manages the vagrant plugins on a per project level via a plugins.json file, rather than installing them into the global vagrant installation.
I am running into this issue as well. It would be great to have support for bindler to manage vagrant plugins inside the sandbox. I am trying to hack the code in to have this support. I will submit a pull request once I am able to get this working.
https://github.com/fgrehm/bindler is awesome because it manages the vagrant plugins on a per project level via a
plugins.json
file, rather than installing them into the global vagrant installation.A sample
plugins.json
file looks like that:Now you can run
vagrant plugin bundle
and it would install the above plugins into the project-local.vagrant
directory.It would be awesome if kitchen-vagrant would support bindler by running
vagrant plugin bundle
when aplugins.json
file is presentThe text was updated successfully, but these errors were encountered: