product · inferred from evidence
chef
A configuration management product referenced in the context of version lines and fixes.
- Knife SSH error using sudo when targeting multiple hosts
Fixed upstream in PR #11431, which is packaged into knife 17.3.48 and newer (and backported into still-supported chef 16.x lines like 16.16.13). Verify the knife gem version on your workstation and upgrade so knife is at 17.3.48 or newer. A
- chocolatey_package install fails because the resource lowercases the package name
Chef's behavior is technically correct; the bug was in JFrog Artifactory, which did case-insensitive search without a version but case-sensitive lookup with one. Upgrade Artifactory to 6.1.0 or later, where the issue was fixed upstream, and