Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  agent
  config
  server
agent.pp 333 Bytes
config.pp 3.16 KB
init.pp 43.1 KB
params.pp 16.6 KB
server.pp 28.3 KB

Latest revisions

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

Puppet lint fix

4302973e 04/13/2020 02:53 PM Ewoud Kohl van Wijngaarden

Convert the systemd timer service to camptocamp/systemd

This was previously done manually, but there was already a soft
dependency on systemd in the server side. This makes it a hard
dependency and reuses logic.

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

8cc4e309 01/21/2020 01:15 PM Frederic Schaer

Update cipher suites

This change is needed as puppetlabs is allowing only (non ?)-DH ciphers in puppetdb6, which in turn causes connectivity failures between puppet server and puppetdb if no common cipher is found. Unfortunately, changing the puppet server ciphers is not enough, setting the puppetdb ciphers is also necessary to make sure all communications are ok - this was added in the README in the puppetdb integration section as this change has to be done outside this module....

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...

2fb92c2c 12/04/2019 05:50 PM Ewoud Kohl van Wijngaarden

Move parameters to advanced

Most parameters are actually not touched by most users. This makes it
clear.

1510e7c2 12/04/2019 04:49 PM Ewoud Kohl van Wijngaarden

Drop listen parameter

Puppet 4 dropped puppet run/kick so this code has been dead for some
time. It was missed in the big Puppet cleanups.

201315cc 11/05/2019 11:26 AM Frank Wall

restart Puppet Agent service after updating the package

View revisions

Also available in: Atom