Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  cli
  compute
  config
  database
  dynflow
  plugin
  providers
  puppetmaster
  repos
cli.pp 3.17 KB
config.pp 7.24 KB
database.pp 1.24 KB
init.pp 19 KB
install.pp 1.09 KB
params.pp 6.77 KB
plugin.pp 1.62 KB
providers.pp 598 Bytes
puppetmaster.pp 3.29 KB
rake.pp 664 Bytes
repo.pp 593 Bytes
repos.pp 710 Bytes
service.pp 1.53 KB
settings.pp 1.35 KB

Latest revisions

# Date Author Comment
d3898585 03/05/2020 04:02 PM Ewoud Kohl van Wijngaarden

Use plugin_prefix to determine plugin packages

Previously this was duplicating the plugin prefix for packages that
didn't follow the convention. By using regsubst, this can be avoided.
This removes the need for separate params classes.

fb9f221d 03/04/2020 12:56 PM Ewoud Kohl van Wijngaarden

Fixes #29255 - Set plugin config file mode to 0640

This sets the config file mode to 0640 by default because they may
contain secrets such as credentials. To keep it readable for Foreman,
the group is modified to $foreman::group.

7e0a4767 03/03/2020 07:36 PM Ewoud Kohl van Wijngaarden

Correct casing on Stdlib::HTTPUrl

While Puppet is case insensitive on data types, Kafo does care. This
matches the type to its actual definition.

8bc1ba30 02/28/2020 05:18 PM Suresh Thirugnanasambandan

Fixes #29148 - Use Puma instead of Passenger by default

0e862141 02/28/2020 12:37 PM Ewoud Kohl van Wijngaarden

Fixes #28436 - Add keycloak support

This adds support for keycloak when using the
keycloak-httpd-client-install command. A more native integration would
rely on the oidc support in puppetlabs-apache, but that's unreleased.

It drops the dependency chaining for the passenger package because it...

94e03d58 02/19/2020 08:19 PM Suresh Thirugnanasambandan

Fixes #28955 Add puma configuration tuning options

6a02be6e 02/19/2020 12:46 PM Eric Helms

Fixes #28739: Fix static asset caching when using Puma

8af63b84 02/18/2020 05:46 PM Ewoud Kohl van Wijngaarden

Fixes #29039 - Make foreman::config::apache standalone

By not relying on the foreman class parameters, it becomes easier to use
this class without Foreman. This can be useful when deploying it using a
git checkout rather than packages.

0c3f12a0 02/12/2020 03:53 PM Ewoud Kohl van Wijngaarden

Drop foreman::config::passenger::fragment

8828a108029ff945311dd7ae3113ef9d125d3934 introduced
foreman::config::apache::fragment and deprecated the passenger version
of it. This drops the compatibility code.

109c813f 02/11/2020 07:48 PM Jeroen Hooyberghs

Allow configuring SSLVerifyClient instead of hardcore

Closes GH-743

View revisions

Also available in: Atom