Doug Knight
Doug Knight
@damacus: The lock file contains a lock for the cookbook you are testing, but _does not enforce locks for local cookbooks_ for precicely the cookbook development use case you are...
I agree, when testing locally, I want local cookbook changes pushed for testing, but this always happens regardless what you set for `always_update_cookbooks`. I do not believe the behavior of...
@damacus: Did you ever get a chance to re-run that pipeline you spoke about?
> I believe it was set to make it easier for pulling in dependencies. If you add to your CB metadata a new dependency and didn't run chef update you'd...
> Typically lock files aren’t checked into git unless they are ones for assigning to servers in a role cookbook or policy file repo as best practice. There is considerable...
It looks like the travis-ci build is having problems installing ChefDK while setting up the test environment. This error makes it look like it might have a corrupt `apt-get` cache,...
Sorry, I thought I wrapped this up long ago, but apparently I didn't update the PR. I added a prefix to non-ssl http, so it's now `INSECURE:http://...`. `kitchen verify` passed,...
You can see [here](https://github.com/chef/cookstyle/blob/6d92d8727461c119385ca54f8ecbf5cfc7ea632f/spec/rubocop/cop/chef/deprecation/delivery_spec.rb#L31-L38) where I encountered this issue trying to test a cop in Cookstyle. [`allow_invalid_ruby`](https://github.com/chef/cookstyle/blob/6d92d8727461c119385ca54f8ecbf5cfc7ea632f/lib/rubocop/monkey_patches/allow_invalid_ruby.rb#L15-L19) is an *ugly* monkey patch that I created to work around the issue...
Correct, there is another PR, https://github.com/chef-customers/packer-chef-highperf-centos-ami/pull/6 , which needs to be discussed and merged before this.
@tas50: I have just been informed that we have been having this issue, as well. Would you please revert 6fc1a7dcb454df8a9a98b45a1eb8c2127d01b5be and push a minor update to supermarket. The previous code...