GitHub puppet-puppetserver
Puppet module for puppetserver

Repo Checks ( 6 of 14 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
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
failed
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
failed
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.
failed

Open Pull Requests

ReservedCodeCache
tests-fail

Pull Request (PR) description

During some performance tuning we had to set the ReservedCodeCacheSize of Java. This allows to increase the Reserved code cache size (in bytes).
This is described in the Puppetserver performance tuning guide, but in Oracle Java SE 8 the parameter is called ReservedCodeCacheSize (see Codecache documentation).

This Pull Request (PR) fixes the following issues

n/a

Open PR in GitHub
Add parameter for specifying which APT repo to use
tests-fail

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

-->

Pull Request (PR) description

Adds a parameter to puppetserver::repository for specifying which APT repo to use. Defaults to puppet which contains the latest major release.

This Pull Request (PR) fixes the following issues

Fixes #67

Open PR in GitHub
Parameterize targetfile in puppetserver::config::bootstrap