Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
While this doesn't completely solve it (https://github.com/Katello/katello/pull/10176 aims for that), it already gets rid of a lot of unused code.
#### What are the changes introduced in this pull request? This is unfinished, but I wanted to share. My goal was to remove runcible as a dependency, but this turned...
This change makes the Candlepin CA file optional by falling back to the Foreman CA file. The result is a reduced configuration in most deployments. For Pulp the certificate is...
#### What are the changes introduced in this pull request? The Pulp content URLs should always respect what's exposed in the pulp_content_url setting. This includes the /pulp/content part. It does...
The manifest can contain UTF-8 data and if no LANG is set (like in minimal environments), this causes the read to fail. This forces it to read the file using...
The service is now a native systemd service so there is no pidfile to be tracked. This means we can test on EL8 again.
In case the Jenkins user doesn't exist, we can assume what's default in the package because it may be present in the future. This is a test to see if...
Retries is only used by the CLI providers. Puppet itself also provides retry functionality. This avoids the need to ensure a gem is installed in the right environment, which may...
## Describe the Bug In the repository there's now 3 branches: * production * binford2k-patch-1 * main ## Expected Behavior I would expect only a single branch. That means if...
puppet-tftp has dropped the dependency on xinetd so no more specific version is needed. Depends on https://github.com/theforeman/puppet-tftp/pull/136