berkshelf / vagrant-berkshelf

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

Fix EnvHelpers.provisioners helper for vagrant 1.7 #230

Closed bobziuchkovski closed 10 years ago

bobziuchkovski commented 10 years ago

I set out to add support for the new vagrant 1.7 chef_zero provisioner and noticed vagrant 1.7 changed the meaning of config.vm.provisioners.name (basically renamed to config.vm.provisioners.type).

This is a fix to the EnvHelper module to account for both pre-1.7 and post-1.7 behavior.

bobziuchkovski commented 10 years ago

The Travis build failure looks like it's a ruby/bundler versioning conflict.