Closed Aigeruth closed 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.
Vagrantfile contains this line, so I think that the README should contain it to make it more clear.