test-kitchen / kitchen-vagrant

A Test Kitchen Driver for Vagrant
Other
348 stars 189 forks source link

Updated use_cached_chef_client PR #468

Closed collinmcneese closed 2 years ago

collinmcneese commented 2 years ago

Description

Rebased and updated version of changes in #453 with original changes by @gaelik still in the merge history. Description from #453

This change would add the ability for people creating their own boxes to use the cached version of the chef client like the bento machines are doing. That saves a lot of time and bandwitdh on slow and offshore connections that need to download the chef client for windows every time they run a test.

This update rebases #453 from current upstream master and additionally adds spec testing and README wording updates for use_cached_chef_client configuration.

Check List