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.69 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.3 KB

Latest revisions

# Date Author Comment
d33e10c2 04/02/2020 11:51 AM Shimon Shtein

Rename inventory_upload to rh_cloud

281f1966 03/25/2020 05:09 PM Ewoud Kohl van Wijngaarden

Refs #29144 - Use systemd socket activation

When using systemd socket activation, it's important that the
ListenSocket matches what Puma binds on. Otherwise it may fail. This
happens when is configured on [::]:3000 (dual stack) and Puma on
0.0.0.0:3000. Puma will then attempt to bind and fail because the port...

975a5c75 03/06/2020 12:20 AM Eric Helms

Refs #29148: Do not proxy /pulp2 to Puma

a9859de9 03/05/2020 04:21 PM Ewoud Kohl van Wijngaarden

Refs #28436 - Drop unused parameter

0e8621418b1eb3418066552945218cbad8d71f2d added this, but was a left over
from an earlier iteration.

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

View revisions

Also available in: Atom