Romain Tartière
Romain Tartière
I never experienced this because the OpenLDAP directories I manage existed before I used this module, but these default olcAccess does not make much sense for me :astonished:… I would...
> Is it possible to make the module do a check to see if this dependency is already defined before adding it again? I would consider this an anti-pattern: I...
D'oh! Puppet 5 :upside_down_face: The build failure is expected and not transient. I opened #313 to address this specific issue.
This seems in-line with the behavior of `lookup` when no value is found: ```sh-session romain@zappy ~ % puppet apply -te 'lookup("foo") notify { "does something": }' Error: Function lookup() did...
> REFERENCE.md is outdated Please update REFERENCE.md with ```sh-session $ bundle exec rake strings:generate:reference ``` Add it to the PR and CI should continue.
@attachmentgenie since the default value of a parameter is changed, it will have consequences with users who rely on this default :shrug: Another way to deal with this and avoid...
Hey :wave:! The failures you see are caused by Debian 9 being EOL (so the tooling to test on this OS was removed) and a bug in Puppet 7 for...
I gave it a shot. Can you please rebase your changes on top of the branch of #245 and add the versions in `metadata.json`?
This looks good! The ArchLinux failure is currently a known-issue and you can ignore it. Debian 12 was released a few days ago, and we need Puppet packages that do...
Ah, just saw the branch was not rebased, so the commits are different. Assuming you are in the branch `feature/243-debian-support` of your fork and you have a remote `origin` for...