GitHub puppet-caddy
Puppet Caddy module

Repo Checks ( 10 of 20 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 Redhat
No translation
failed
Supports Latest Redhat
No translation
passed
Supports Only Current Centos
No translation
failed
Supports Latest Centos
No translation
failed
Supports Only Current Debian
No translation
failed
Supports Latest Debian
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.
failed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
passed

Open Pull Requests

Refactor to simplify code
merge-conflicts

We said goodbye to params.pp and now to say goodbye to all these private classes that just break the code into multiple files without providing real value.

This is just copy/pasting the code back, except where noted in the comments.

Open PR in GitHub
Require a version when installing from GitHub
backwards-incompatible

The caddy::version parameter is only used when caddy::install_method is "github", but no error was previously raised if the user set a specific version that was ignored, and the resulting configuration was not what the user expected.

In order to avoid confusion, do not default to an outdated version of caddy when installing from GitHub (requiring the user to explicitly tell which version they want) and raise an error if a version is set but is ignored.

This should make the module more user-friendly for new users.

Fixes #94

Open PR in GitHub
puppet/archive: Allow 7.x
enhancement

includes: #102

Open PR in GitHub