Closed jgoldschrafe closed 9 years ago
I am merging in changes that will use Chef-Zeros .start_background
command instead of finding the binary ourself. That should obviate the need for this PR for now (ruby will do the work for us instead). However, I am going to leave this open since in the future we may change this behavior, and we will want to ensure we cover this case.
Thanks for submitting the PR!
I may take another look at this soon as we have switched back from using .start_background
.
hi @jgoldschrafe would you be so kind as to check if there is still a problem working with Bindler, and if so, rebase you PR?
Yikes, I haven't even directly invoked Vagrant in like a year now. Everything's through Test Kitchen, and I'm really far away from when this was all relevant to my workflow.
Thanks for the reply. I will close the issue for now, and if it reappears, then we will work on it.
This modifies the approach for locating a working
chef-zero
binary so it works correctly with Bindler.