Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
I think the test failures are unrelated.
> Under Debian 12, a system-wide workaround could be to add `/usr/lib/ruby/3.1.0/openssl/ssl.rb` at line 29 this line: I don't think that's a wise choice. Technically speaking this uses [fog-proxmox](https://github.com/fog/fog-proxmox). Within...
The `apache` class has a parameter `default_vhost` which you can set to `false`. Then it doesn't create a default one.
Ah, now I get it. I'm going to rephrase the issue so I understand it. In the following code the vhosts `default` and `default-ssl` are always defined: https://github.com/puppetlabs/puppetlabs-apache/blob/c26ca5d581b7f0d0331bb61a9fb300ae99909378/manifests/init.pp#L842-L883 The request...
> IMHO the default should stay unchanged for Debian 11 and 12 for the time being. So maybe add something like this in params.pp: Why, if the packaging already has...
> - {name: root, password: } I'd quote `password`. Looking at our docs, we mention `cloud.cfg` here twice. Once for [oVirt](https://docs.theforeman.org/nightly/Provisioning_Hosts/index-katello.html#preparing-cloud-init-images-in-rhv_rhv-provisioning) and once for [VMware](https://docs.theforeman.org/nightly/Provisioning_Hosts/index-katello.html#Using_VMware_Cloud_Init_and_Userdata_Templates_for_Provisioning_vmware-provisioning). I wonder why they're so...
> The only requirement is to have the [RedHat doc](https://content-preview.docs.redhat.com/en/documentation/red_hat_satellite/6.16/html-single/provisioning_hosts/index#Using_VMware_Cloud_Init_and_Userdata_Templates_for_Provisioning_vmware-provisioning) updated i.e. the step where we suggest a configuration for `/etc/cloud/cloud.cfg` file, we need to make sure that the `cloud_config_modules`...
Thank you for that additional historical context.
This shows up in the Host form for, but also in the Host Group form. It looks like this:  My reading of the Foreman code is that this happens:...
There's a risk of recursion, like calling `lookup()`.