berkshelf / vagrant-berkshelf

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

V-B does not seem to be compatible with last Vagrant #246

Closed Tcharl closed 9 years ago

Tcharl commented 9 years ago

I've got this trace while testing vagrant-berkshelf with the last vagrant (1.7.1):

`ensure in with_provision_berkshelf_config': undefined method `close' for nil:NilClass (NoMethodError)
        from /Users/charliemordant/.vagrant.d/gems/gems/vagrant-berkshelf-4.0.1/lib/vagrant-berkshelf/action/upload.rb:62:in `with_provision_berkshelf_config'
        from /Users/charliemordant/.vagrant.d/gems/gems/vagrant-berkshelf-4.0.1/lib/vagrant-berkshelf/action/upload.rb:85:in `block in upload'
        from /Users/charliemordant/.vagrant.d/gems/gems/vagrant-berkshelf-4.0.1/lib/vagrant-berkshelf/action/upload.rb:84:in `each'
        from /Users/charliemordant/.vagrant.d/gems/gems/vagrant-berkshelf-4.0.1/lib/vagrant-berkshelf/action/upload.rb:84:in `upload'
        from /Users/charliemordant/.vagrant.d/gems/gems/vagrant-berkshelf-4.0.1/lib/vagrant-berkshelf/action/upload.rb:26:in `call'
        from /opt/vagrant/embedded/gems/gems/vagrant-1.7.1/lib/vagrant/action/warden.rb:34:in `call'
sethvargo commented 9 years ago

@Tcharl can you run the vagrant command in debug mode please?

Tcharl commented 9 years ago

@sethvargo edit - moved to Gist for readability: https://gist.github.com/sethvargo/1010e136012e8772c509