Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
If the user has changed the answer file location in their scenario to something outside of `/etc/foreman-installer` then it isn't backed up. This changes the installer feature's config_files to include...
In the file https://github.com/theforeman/foreman-documentation/blob/master/guides/common/modules/proc_registering-capsule-to-satellite-server.adoc there are various issues. The port 5646 is only relevant when using katello-agent, which is off by default. This means it belongs in the section https://docs.theforeman.org/nightly/Installing_Proxy/index-katello.html#enabling-katello-agent_smart-proxy...
Previously the enable-official-puppet8-repo parameter was added, but for users who supply their own packages (like Katello users) and still want to use AIO packaging need a parameter. Technically they could...
Previously it was rather long and missing spacing/punctuation.
This was translating an interpolation string, which doesn't do anything and can only introduce problems. Fixes: 00de05fdcab40f887b5bb3860bada3ec1d236ae9 ("Fixes #36518 - show disk/partitions of vsphere host")
This implements a default database URL, which is `postgresql://` for production and `postgresql:///foreman-$ENV` otherwise. That means using a unix socket to connect to, which implies the username and doesn't need...
This makes it easier to maintain because the Ruby API is easier to handle than "parsing" the OpenSSL command line output. As you can see, still very much a work...
## Summary Otherwise it isn't executed. ## Related Issues (if any) Fixes: ec74a8e5f73130b0a0d5c0dd645e847a2787421f ("Add support for setting UserDir in Virtual Hosts") ## Checklist - [ ] 🟢 Spec tests. -...
## Summary Similar to other options passed in the vhost's directory this now inspects the directories entry and if expires_* is passed, mod_expires` is included. ## Additional Context This is...