schubergphilis / vagrant-chef-zero

Vagrant Plugin for Chef Zero
Apache License 2.0
91 stars 41 forks source link

Add support for vagrant 1.8.1 #76

Closed miguelaferreira closed 8 years ago

miguelaferreira commented 8 years ago

Vagrant 1.8.1 depends on net-ssh (~> 3.0.1) and the chef gem depends on net-ssh (~> 2.6). In order to support vagrant 1.8.1 the chef gem had to be dropped. That means that uploading environments and roles as *.rb won't work anymore (and that's actually what the README always said).

Fixes #75

miguelaferreira commented 8 years ago

ping @priorityinterrupt and @mlawson1986 could you please build the gem form source (from this PR branch) rake build, install the resulting gem and test it?

mlawson1986 commented 8 years ago

Sure, I'll do that as soon as possible

zakcrawford commented 8 years ago

Solves the issue for me, hopefully this gets merged soon.

miguelaferreira commented 8 years ago

Thanks @zakcrawford I'll try to get this merged and a new gem released in the next few days