Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
config.pp 9.11 KB
enc.pp 287 Bytes
foreman.pp 1.18 KB
install.pp 2.02 KB
puppetdb.pp 1.08 KB
puppetserver.pp 13.3 KB
service.pp 345 Bytes

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

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

b3c3deb0 05/16/2023 12:34 PM Jerome Charaoui

Support new non-AIO puppet Debian packages

The upcoming release of Debian will ship with a new non-AIO puppetserver
package, and these configuration tweaks are needed to make the module
compatible with it.

b36debba 05/16/2023 12:30 PM Ewoud Kohl van Wijngaarden

Respect puppet::server::additional_settings parameter

Previously it was read from the main puppet class, instead of
puppet::server (which in turn defaulted to the parameter from the main
class).

689d1215 05/16/2023 12:30 PM Ewoud Kohl van Wijngaarden

Drop Puppet 6 support

View revisions

Also available in: Atom