Eric Helms
Eric Helms
Since we do not support EPEL on the actual install, we enable, install and then remove it. I am running into an issue that I think has to do with...
We currently have in our Puppetfile `mod 'puppetlabs/apache', '>= 8.3', '< 12'` and the pin modules step cannot handle having the third argument.
Related PRs: - https://github.com/theforeman/puppet-katello/pull/491 - https://github.com/theforeman/puppet-foreman_proxy_content/pull/476 - https://github.com/theforeman/puppet-certs/pull/414 Qpid has been dropped for 3 versions of Katello now, so we can safely cleanup all the code paths.
…th --certs-regenerate Problem: ``` foreman-installer --certs-state Texas --certs-regenerate True ``` The installer will see and run as if the `state` value was changed to Texas, regenerating certificates. However, because `kafo.config.app.answers`...
When supplying a comps file my expectation is that it results in a repository that has only the files specified in the comps file within the repository. Example where I...