chef-boneyard / vagrant-omnibus

A Vagrant plugin that ensures the desired version of Chef is installed via the platform-specific Omnibus packages.
Apache License 2.0
550 stars 63 forks source link

Fix Vagrant 1.8.4 crashes when vagrant-omnibus is used with winrm #131

Closed olivierlemasle closed 8 years ago

olivierlemasle commented 8 years ago

Cast upload file path to string

Fix #130. The winrm-fs gem does not appear to handle Pathname objects correctly.

takesson commented 8 years ago

@olivierlemasle Are you considering publishing this plugin with your fixes? Thanks!

jqassar commented 8 years ago

I'm sure he would like to if Travis cooperates.

It's actually a little surprising that vagrant-omnibus hasn't had a release in nearly two years.

ggascoigne commented 8 years ago

Can someone please release a new version of vagrant-omnibus with this fix? It works, and seems like a completely reasonable fix.

tas50 commented 8 years ago

Fixed by #135