Nish
Nish
There is no way to provide `sslclientcert`/`sslclientkey` inside `go2chef.step.install.linux.dnf` - hence you can't authenticate with a yum endpoint while downloading a package. ``` GO2CHEF 2022/06/08 19:40:32 EVENT: STEP_3_FAILURE go2chef.step.install.linux.dnf:'install chef-13'...
The typical usage of installing a package in dnf is like the following ``` { "steps": [ { "type": "go2chef.step.install.linux.dnf", "name": "install chef", "version": "15.2.20-1.el7.x86_64", "source": { "type": "go2chef.source.http", "url":...
I am presently using `go2chef.step.install.linux.dnf` to install a package and version and relying on dnf to figure out the repo. But I am seeing inconsistency with how go2chef is honoring...