Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  database
artemis.pp 1.38 KB
config.pp 862 Bytes
init.pp 7.67 KB
install.pp 894 Bytes
params.pp 2.34 KB
repo.pp 941 Bytes
service.pp 836 Bytes

Latest revisions

# Date Author Comment
2e968bd8 04/15/2021 09:11 AM Eric Helms

Add user and group parameters

d315be9f 02/16/2021 12:52 PM Ewoud Kohl van Wijngaarden

Enable pki-core module on EL8

On EL8 Candlepin needs the pki-module to be enabled. This needs Puppet
5.5.20 or Puppet 6.15.0 which introduced the dnfmodule provider.

63a5ef4c 02/09/2021 06:37 PM Ewoud Kohl van Wijngaarden

Drop dependency on puppet-selinux

selinux depends on on selinux_core which provides the selboolean type.
selinux::boolean is a thin wrapper around this but it doesn't provide
anything more than this.

82da91e6 01/11/2021 02:18 PM Jonathon Turel

Refs #31346 - Expose java_package parameter

The java_package parameter allows installing Java 11. Because the candlepin
package depends on java, it should be installed prior to installing candlepin.
Otherwise you end up with two java packages installed.

ae236ec4 10/20/2020 03:42 PM Ewoud Kohl van Wijngaarden

Refs #29220 - Add missing parameter

504ed85be6eabf3a9aa7d431093bda74adc4682e introduced this variable, but
lacked the actual parameter. While it was inherited so the default at
least worked, the latest puppet-lint-param-docs requires all parameters
that are documented to actually exist. There is a @param statement for...

f32c2e7d 08/31/2020 11:42 AM Eric Helms

Fixes #30523: Create providers to make database migration idempotent

a3dc6298 07/09/2020 07:28 PM Eric Helms

Refs #30346: Expect an actual truststore instead of re-using keystore

673514f8 07/01/2020 12:54 PM Ewoud Kohl van Wijngaarden

Use the namespaced pg password function

Since puppetlabs/postgresql 6.5.0 the non-namespaced function raises a
deprecation warning. This uses the modern version.

5e27bbe7 05/11/2020 02:58 PM Ewoud Kohl van Wijngaarden

Make candlepin::repo a standalone class

1243c977 04/29/2020 12:39 PM Ewoud Kohl van Wijngaarden

Fixes #29625 - Stop accepting TLS 1.1 connections

Katello is the only thing connecting to Candlepin and current setups
shouldn't use TLS 1.1 anymore. PCI compliant setups are also required to
disable it. By doing this out of the box, the software becomes more...

View revisions

Also available in: Atom