Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
config.pp 10.9 KB
enc.pp 238 Bytes
install.pp 1.17 KB
puppetserver.pp 11.5 KB
service.pp 344 Bytes

Latest revisions

# Date Author Comment
8b9a9f38 04/14/2020 05:09 PM Ewoud Kohl van Wijngaarden

Puppet lint fix

8c58834e 04/02/2020 11:55 AM Matthias Baur

Add server_trusted_external_command parameter

Make it possible to configure the 'trusted_external_command' parameter.
https://puppet.com/docs/puppet/latest/configuration.html#trustedexternalcommand

Fixes #730.

f29b7ddf 03/23/2020 10:07 PM neilfromit

Add server_ca_client_self_delete to CA Servers

Add the server_ca_client_self_delete boolean parameter to CA servers.
When true, allows puppet clients to delete their own certificate from
the Puppet CA.

db9611d3 03/21/2020 03:11 PM Paul Kranenburg

implement 'versioned code' for puppetserver

0de3202b 01/15/2020 05:20 PM Alex Fisher

Add server_multithreaded parameter

Puppet Server 6.8 has just been released with an experimental new
feature.

This release adds a new JRuby pool architecture that maintains a
single JRuby instance through which requests to Puppet Server are run
concurrently. In this mode, the server's memory footprint is...

1cd28048 04/11/2019 10:21 AM Michael Moll

drop Puppet 4

964f110c 03/03/2019 01:05 AM Ewoud Kohl van Wijngaarden

Fixes #26199 - Fix dependency cycle when using git_repo

Previously this resulted in a dependency cycle. The tests didn't compile
so didn't catch it.

dependency cycles found: (File[/opt/puppetlabs/puppet/cache] => Class[Puppet::Server::Install] => Class[Puppet::Server::Config] => File[/opt/puppetlabs/puppet] => File[/opt/puppetlabs/puppet/cache])...
27eb2074 02/14/2019 04:45 PM Matthias Baur

Implement $server_max_open_files

This commit implements the $server_max_open_files parameter which allows
the user to configure the max open file descriptor limit for Puppetserver.

Fixes GH-670.

899bb08f 01/11/2019 02:29 PM Ewoud Kohl van Wijngaarden

Fixes #25839 - Determine puppetserver version in server.pp

Currently we store some parameters in the installers answers file that
relate to the puppetserver version. This is because we determine them in
params.pp which means init.pp has them. The result is that when a user...

659253df 01/10/2019 08:19 PM Ewoud Kohl van Wijngaarden

Document classes and defines

View revisions

Also available in: Atom