Vasundhara Jagdale
Vasundhara Jagdale
@rx294 I have created the in-progress PR for detecting more container platforms. I need more inputs in regards to container runtime detection. I did not find any way which can...
@rx294 follow up on my previous comment do you have any inputs from your end?
I have looked into the Ohai code base and I have found nothing that will detect what is used to spin up a specific container? and if I recollect correctly...
@Nik08 Verify pipeline is failing.
@jeremyciak user has to be mentioned in block like follows ``` windows_user_privilege 'Remote interactive logon' do privilege 'SeDenyRemoteInteractiveLogonRight' users ['Builtin\Guests', 'NT AUTHORITY\Local Account'] action :add end ``` Could you please...
@jeremyciak that syntax should work as far as I know and that's what the doc also says https://docs.chef.io/resources/windows_user_privilege/#syntax. I agree but that the Validation failed should not come on the...
Thanks @jblaine. Closing as it is addressed in #5697
I am assuming this is resolved by using --no-create-lockfile option and looking at the .kitchen.yml modifying verifier entry to the following should solve the problem without providing --no-create-lockfile option. ```...
> We should not add top-level directories for each of the terraform directories needed by each of the databases. Please put those under test/integration/db. Done
@Taknok This PR also missing DCO sign off please follow the Details https://github.com/chef/chef/blob/main/CONTRIBUTING.md#developer-certification-of-origin-dco and do the needful.