jimmycuadra / vagrant-librarian-chef

*UNMAINTAINED* A Vagrant plugin to install Chef cookbooks using Librarian-Chef.
MIT License
78 stars 15 forks source link

Adds missing require_plugin line for Vagrantfile sample. #4

Closed Aigeruth closed 11 years ago

Aigeruth commented 11 years ago

Vagrantfile contains this line, so I think that the README should contain it to make it more clear.

jimmycuadra commented 11 years ago

That's actually intentional. require_plugin is used during development to tell Vagrant to load a plugin, since there is no equivalent of ~/.vagrant.d/plugins.json, Vagrant's normal mechanism for determining which plugins to load. General usage is just to run vagrant plugin install vagrant-librarian-chef, and then it will be automatically loaded by Vagrant.