Ewoud Kohl van Wijngaarden

Results 290 issues of Ewoud Kohl van Wijngaarden

We had a customer who created two TXT records for the same domain, one with quotes and one without: ``` +-----------+------+----------------------------------------------------------------------+ | name | type | content | +-----------+------+----------------------------------------------------------------------+ |...

auth
defect
auth-txt

This isn't tested now and needs some proper review. I'll highlight some questions inline.

#### What are the changes introduced in this pull request? This drops the compatibility fallbacks that were in place for pre-3.1 installations. Since then the value has been present. Now...

Not yet reviewed

## Summary This script has been unused since `postgresql::validate_db_connection` was dropped in https://github.com/puppetlabs/puppetlabs-postgresql/commit/9b47b3411e1ae46a33c7016f7c80ed40a93b7d35. It now ensures the file is absent. ## Additional Context I was looking at [pg_isready](https://www.postgresql.org/docs/current/app-pg-isready.html) to simplify/replace...

When a project is not built in the `epel` buildroot but instead in `centos-stream` or `rhel` the command `copr enable $copr` will fail. Copr can provide available chroots when a...

Prior to this the pre_commit_script needed to be in contrib, as shipped by the gem. This gives complete freedom on what to run, which gives a lot more freedom. Currently...

backwards-incompatible

#### What changes are you introducing? It moves some steps from manual to a little bit longer script that's already copied verbatim anyway. #### Why are you introducing these changes?...

tech review done
style review done

Today we have an [assembly](https://github.com/theforeman/foreman-documentation/blob/3259af88086c536d683e3d2846172ca5051d5b4d/guides/common/assembly_configuring-project-to-manage-the-lifecycle-of-a-host-registered-to-a-freeipa-realm.adoc) to set up realm integration for provisioning. This shows up in the Server installation guides, both connected and disconnected (see https://docs.theforeman.org/nightly/Installing_Server/index-foreman-el.html#configuring-project-to-manage-the-lifecycle-of-a-host-registered-to-a-freeipa-realm_foreman). This procedure can also...

good first issue