Corey Hemminger

Results 223 comments of Corey Hemminger

That file is also probably poorly named.

you are correct, it's been years since I used that and was mistaken on which config file it should go in. I looked back at on old config file I...

try updating you spec to use ubuntu 24.04 and that should fix the platform version error.

can you look into the failing integration checks

can you try removing the homebrew cookbook from your dependencies. Chef-client has built in homebrew resources. https://docs.chef.io/resources/homebrew_cask/

Ther is also an updated hombres cookbook 6.x version that fixes this error.

This is not an easy fix due to Oracle compiling the kernel with a different version of GCC not available in the main repos and thus kernel modules aren't building...

> @tas50, based on my understanding and reviewing this PR [chef/cookstyle#969](https://github.com/chef/cookstyle/pull/969), it seems that in the rakefile, we only need to update the require "chefstyle" to require "cookstyle/chefstyle", and we...

NVM I stand corrected. There was an update to make rakefiles easier to modify for existing repos to only need to modify the requires line. https://github.com/chef/cookstyle/pull/969 @Vasu1105 thanks for making...