Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  agent
  config
  server
agent.pp 333 Bytes
config.pp 3.43 KB
init.pp 46.7 KB
params.pp 16.7 KB
server.pp 28.1 KB

Latest revisions

# Date Author Comment
29ef40cc 04/02/2024 11:37 AM Tim Meusel

consistently use stdlib::ensure_packages()

In b6088261c08ddfa8d3426ba01c6b35a3d1b1d3a2 ewoud already introduced
`stdlib::ensure_packages()`. There's another place that used the legacy
`ensure_packages()` function. It's deprecated since stdlib 9. This
commit updates the old code to also use `stdlib::ensure_packages()`

b6088261 03/22/2024 05:04 PM Ewoud Kohl van Wijngaarden

Fixes #37291 - Use explicit java on RH with Puppetserver 8

The /usr/bin/java file may point to any version. This changes the logic
to determine the java version (unless explicitly specified) dynamically
based on the puppetserver version and the OS.

285e62fb 03/21/2024 12:25 PM Eric Helms

Disable FIPS on EL8+

f14985e3 02/19/2024 04:37 PM Pat Riehecky

Add puppet8 certificate renewal endpoint

From https://www.puppet.com/docs/puppet/8/server/http_certificate_renew

b2139a3e 11/06/2023 11:05 AM Evgeni Golov

set PrivateTmp=true for puppetserver

7344e3f6 10/19/2023 06:02 PM J C

Allow disabling CRL checking on agent

In extrernal CA configurations, it is possible that a CRL is not present
on the server. This allows to tell the agent to skip downloading it and
checking it.

48236790 08/08/2023 12:54 PM Trey Dockendorf

Refs #36620 - Replace whitelist with allowlist

70a66395 08/08/2023 12:54 PM Pat Riehecky

Fixes #35943 - Switch to puppetlabs vcsrepo for gitrepo tracking

1a1117e5 08/07/2023 12:28 PM Ewoud Kohl van Wijngaarden

Refs #36573 - Drop default value for foreman_url

This default matches what's in theforeman/puppetserver_foreman and is
not needed. Users can still override it, but the default just duplicates
things.

af437c66 06/02/2023 04:06 AM Alex Fisher

Add TLS1.3 ciphers to default server_cipher_suites

In 2835ba227d5be98d6d7118883c77e7fe9fdd8299 the default
`server_ssl_protocols` was expanded to include TLS 1.3. This had no
affect for users not overriding `server_cipher_suites` though as no TLS
1.3 cipher suites were included by default....

View revisions

Also available in: Atom