I was pleased to discover Bindler but it's abandoned and doesn't seem to want to work
Running Bindler 0.1.4 on Vagrant 1.6.3--
$ vagrant bindler setup
Vagrant failed to initialize at a very early stage:
The plugins failed to load properly. The error message given is
shown below.
cannot load such file -- /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/state_file
Too bad..
I'm wondering then if there's a way in my Vagrantfile to raise an error condition and abort if the has_plugin? check fails. Anybody know?
(This is actually a re-statement of an earlier question I've been wondering, is there a way to tag on to Vagrant's output during load and/or provisioning with notice/warning/errors?)