Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
#### What changes are you introducing? On foreman-el there is no PostgreSQL present so there is no DNF module switching. #### Why are you introducing these changes? (Explanation, links to...
Rather than two procedures below eachother, this implements tabs. That makes the overall page shorter while still obvious. The implementation uses [asciidoctor-tabs](https://github.com/asciidoctor/asciidoctor-tabs). The diff looks huge because it inserts CSS...
This takes the idea that there should be a central place with documentation on all DNS providers. Not spread over multiple guides. It starts with the `dns_nsupdate` provider, but this...
The script lives in theforeman.org repo because that's where it has historically lived. That repository also contains the mailmap to ensure multiple identities (different spelling or email) are mapped to...
https://docs.theforeman.org/nightly/Upgrading_and_Updating/index-foreman-el.html is RPM-specific, but it doesn't state this. I think we should label it as such and introduce a upgrade guide for Debian/Ubuntu users.
Not a blocker for this, but I don't think we have an instruction to install `foreman-maintain` anywhere. Also, for the estimating the backup size the paths are a bit off....
Currently the guides are hidden (https://github.com/theforeman/foreman-documentation/pull/981). However, it can be made to work. What needs to happen: * Package names & file need to be generalized. Software Collections are only...
By removing mentions of this, it becomes an unsupported feature. This is good because various parts of the documentation assume it's turned on. Users can easily get into unexpected errors...
I'm looking at the realm procedure: https://github.com/theforeman/foreman-documentation/blob/3259af88086c536d683e3d2846172ca5051d5b4d/guides/common/modules/con_configuring-project-to-manage-the-lifecycle-of-a-host-registered-to-a-freeipa-realm.adoc#L65-L83 Here I have two questions. Why does it need to trust the CA certificate in this way? I'd imagine it's either required by...
This isn't ready, but it's an attempt to solve the root cause of https://github.com/theforeman/foreman/pull/10153 because indenting caused other regressions.