GitHub puppet-etherpad
Puppet Module to install and configure etherpad

Repo Checks ( 11 of 18 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
failed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Centos
No translation
passed
Supports Latest Centos
No translation
failed
Supports Only Current Redhat
No translation
passed
Supports Latest Redhat
No translation
failed
Supports Only Current Ubuntu
No translation
failed
Supports Latest Ubuntu
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
passed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
failed

Open Pull Requests

Allow up-to-date dependencies
modulesync 4.2.0
modulesync
fixtures.yml: Migrate to git URLs

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
Add Puppet 8 support
enhancement
Remove legacy top-scope syntax
Drop Ubuntu 16.04 and 18.04 support
backwards-incompatible

includes: #111

Open PR in GitHub
Add Ubuntu 20.04 and 22.04 support
enhancement
Fix ensure pattern to support version numbers with more than one digit

Pull Request (PR) description

This fixes the pattern used for the ensure parameter.
At the moment only versions with a single digit at each position are allowed. The most recent version of Etherpad is 1.8.17 and Puppet will fail with Class[Etherpad]: parameter 'ensure' expects an Etherpad::Ensure = Variant[Enum['absent', 'latest', 'present'], Pattern[/\A\d\.\d\.\d\Z/, /\A[a-fA-F0-9]{6,40}\Z/]]. With this PR multiple digits at each position are possible, ensuring future compatibility.

This Pull Request (PR) fixes the following issues

n/a

Open PR in GitHub