Ewoud Kohl van Wijngaarden

Results 1155 comments of Ewoud Kohl van Wijngaarden

> What do you mean by "figure out why it breaks"? Are you talking about the module before my commit - which revokes connect and breaks what upstream ships? or...

I still like the hardening it provides so perhaps we should clearly document the behavior and how to deal with it if needed.

In my setup I expose systemd-resolved as a recursor to my local network. When clients query the address it returns all addresses on AAAA, including link local addresses. Since my...

The letsencrypt module provides facts so you can look at that. You can also look at mod_md which natively integrates certificate retrieval into Apache and removes the need for external...

This one looks related ``` DEPRECATION WARNING: Git::GitExecuteError is deprecated! Use Git::Error instead. (called from rescue in submit_changes at /home/runner/work/modulesync/modulesync/lib/modulesync/repository.rb:161) ```

You should use the `mpm_module` parameter on the `apache` class. For example: ```puppet class { 'apache': mpm_module => 'prefork`, } include apache::mod::php ```

I came across this and was hoping for the same thing. Podman's quadlets don't support `User`, `Group`, or `DynamicUser`. Running them as rootless containers is a best practice and I...

> BTW, could you please change the commit prefix to be `Fixes` instead of `Refs`, so at least this PR is treated as a "main" fix. Is it? After this...

CI is busted because Perforce is still using ubuntu-20.04. I think we should wait until they fix that

The tests should be moved too. Before I do, I'd like an answer to https://github.com/voxpupuli/beaker/pull/1946#discussion_r2269965214