Matthias Hensler
Matthias Hensler
Currently the verification of certificates uses only the first pem in the ca-file and the first pem in the certificate-file. This breaks if an intermediate certificate is needed. A simple...
Puppet 8 is released for quite a while now and in default configuration the legacy facts are not available anymore (in both opensource puppet and in PE). A trivial fix...
Newer puppet-agents have legacy-facts disabled by default. So in order to make this module usable out of the box again those facts have to be updated to their modern form.
### Affected Puppet, Ruby, OS and module versions/distributions - Puppet: PE 2016.2.1 - Ruby: 1.8.7.374 - Distribution: CentOS 6 - Module version: 0.4.0 ### How to reproduce (e.g Puppet code...
#### Pull Request (PR) description This PR adds a new optional parameter `gen_secret_len`. If set it will create a new random secret for the specified vault-key with the supplied length...
## Describe the Bug #1619 changed the default-settings for charset from `utf8` to `utf8mb3` (and the collation accordingly), however MariaDB before 10.6 still reports `utf8mb3` as `utf8`. Therefore every puppet...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 8.9.0 - Distribution: EL8/EL9 - Module version: 11.1.0 ## How to reproduce (e.g Puppet code you use) use `letsencrypt::renew` without...
Similar to https://github.com/Icinga/icinga2/pull/8859 this patch works around https://github.com/Icinga/icinga2/issues/7719 by allowing the intermediate certificate presented by the icinga2-agent. To make this work the icinga2-master only holds to root-ca in its local...