Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
eaf2fcbb 04/16/2020 08:10 PM Ewoud Kohl van Wijngaarden

Make camptocamp/systemd a hard dependency

8bc1ba3027f5b65803cda115b25e1bc6194c58e7 made the default deployment use
the Puma service. That means the default requires systemd and a soft
dependency no longer makes sense.

It also updates the documentation in README to match.

d33e10c2 04/02/2020 11:51 AM Shimon Shtein

Rename inventory_upload to rh_cloud

1e10f6c4 03/26/2020 12:57 PM Ewoud Kohl van Wijngaarden

Refs #29144 - Use the correct ListenStream

281f1966587ffd3d283cd8ea76371aed02f568b4 introduced the override with
the incorrect section. e642db1c690cdbc01bfc193b643bece1a5b0e91a
corrected the section, but not the headers.

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...

101dc547 03/06/2020 04:14 PM Michael Moll

Adjust acceptance tests after switching to Puma

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

Refs #29148: Do not proxy /pulp2 to Puma

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.

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...

View revisions

Also available in: Atom