You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cookbooks/Berksfile.lock should probably be removed from the repo. Its existence is having the effect of pinning old versions of things like the Windows cookbook, which is/are not compatible with current chef clients (deprecated features, etc).
I'm not suggesting anything you don't already know, but if cookbook dependency versions need to be pinned, this should be done in either Berksfile or metadata.rb. Most likely Berksfile.lock was added to the repo by accident.
cookbooks/Berksfile.lock
should probably be removed from the repo. Its existence is having the effect of pinning old versions of things like the Windows cookbook, which is/are not compatible with current chef clients (deprecated features, etc).I'm not suggesting anything you don't already know, but if cookbook dependency versions need to be pinned, this should be done in either
Berksfile
ormetadata.rb
. Most likelyBerksfile.lock
was added to the repo by accident.This should also resolve #90 and #99.
The text was updated successfully, but these errors were encountered: