The bootstrap scripts build a berksfile, vendor the cookbooks then run chef zero to install an assortment of packages. Vendoring fails if just the cookbook name is specified. The bootstrap code was changed to specify the version of chefdk_bootstrap to download. That version should be the same as the cookbook version specified in metadata. Write a test for it.
The bootstrap scripts build a berksfile, vendor the cookbooks then run chef zero to install an assortment of packages. Vendoring fails if just the cookbook name is specified. The bootstrap code was changed to specify the version of chefdk_bootstrap to download. That version should be the same as the cookbook version specified in metadata. Write a test for it.