On Mon, Mar 10, 2014 at 05:15:06PM -0700, Mitchell Hashimoto wrote:
> Its certainly technically possible, but we're still trying to figure out
> the best way to expose that feature set. I can say its not on the "short
> term" list of things to do, but its definitely on my mind.

In Vagrantfile:

    plugin 'vagrant-coolstuff', '~> 1.2'

It would also be useful to limit that to when a specific provider is in use:

    plugin 'vagrant-coolstuff', '~> 1.2', :provider => :libvirt

Because there are quite a few plugins that are only really useful for a
particular provider.

Also useful would be all the usual :git, :ref, etc gubbins, but I assume
that comes for free when using bundler.

- Matt

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to