berkshelf / vagrant-berkshelf

A Vagrant plugin to add Berkshelf integration to the Chef provisioners
Other
378 stars 100 forks source link

config.berkshelf.enabled should be explicitly set to true to make berkshelf take effect #296

Open puncha opened 8 years ago

puncha commented 8 years ago

As the README.md document says:

Enable Berkshelf. If a Berksfile exists or a berksfile_path is given, this

value is automatically set to true. If not, the value is false

config.berkshelf.enabled = true

But actually, it doesn't work even though I specify an existing berkshelf_path.