Ewoud Kohl van Wijngaarden

Results 1159 comments of Ewoud Kohl van Wijngaarden

The biggest differences are found in Apache. So it's `apache2` instead of `httpd`. You'll find this in the package name and file paths (`/etc/apache2` vs `/etc/httpd`, same in `/var/log`). Also...

> I'm fine with this approach and hope that "Foreman on EL" can easily be combined with "Katello on EL" I don't think so. At least for now ports are...

> basic instruction: go over all `master.adoc` files and check if we build them for all flavours on stable branches. If not, investigate. Some need minor adjustments; some don't make...

We now have an updating guide, but don't publish it in upstream. This is because foreman-maintain doesn't support the so-called .z update procedures in upstream.

From a quick glance I think it should be: * `--foreman-db-root-cert` (for Foreman) * `--katello-candlepin-db-ssl-ca` (for Candlepin, Katello-only) * `--foreman-proxy-content-pulpcore-postgresql-ssl-root-ca` (for Pulp, Katello-only) We only document connecting to a single...

In particular: https://github.com/theforeman/foreman-documentation/blob/9a75901ddb566aebe80a30864d2ef597bc4063db/guides/common/modules/proc_configuring-satellite-to-use-external-databases.adoc#L33-L44

I'll note I didn't test this because of the risk. I'd like to keep it open and discuss this during the next docs meeting.

This is exactly what I had in mind. I'll even take the blame for some of the current state since I wrote part of it. We can do better.

I started proper support in https://github.com/theforeman/puppet-foreman_proxy/pull/705 but never finished that.

> Could your blog about SSL certificates be used here? Probably, but this is all covered in the official manual: https://theforeman.org/manuals/2.1/index.html#3.2.3InstallationScenarios > I am just looking for a way to...