Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
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...

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.

6746ff67 02/12/2020 03:38 PM Ewoud Kohl van Wijngaarden

Set ssl_verify_client parameter in tests

109c813f7b22d0b763a6e0b257721c0abcff7c8e failed to include this causing
tests to fail.

9c1787ad 01/30/2020 07:50 AM Ewoud Kohl van Wijngaarden

Ensure plugins are installed before the database

Previously plugins were installed after the database was set up. This
was usually ok because all the plugins did database migrations after
being installed. However, if the migration would need any config, it...

3c8f990e 01/27/2020 04:57 PM Bernhard Suttner

Fixes #26739 - Add admin users locale and timezone setting

bdd1730c 01/20/2020 08:14 PM Ondřej Ezr

Fixes #28067 - dynflow sidekiq services config

f2733160 12/27/2019 11:50 PM Ewoud Kohl van Wijngaarden

Refactor CLI plugin testing

By doing it all in a single file with a cached set of OS facts reduces
testing from 38 seconds to 8 seconds.

5bbf7a00 12/20/2019 12:21 AM Ewoud Kohl van Wijngaarden

Drop listen_on_interface

This parameter doesn't work well since you need to configure Apache
slightly different as well since out of the box it doesn't work. Users
who care about this functionality can use Hiera with the
http_vhost_options and https_vhost_options parameters to set the ip...

26158236 12/19/2019 06:39 PM Ewoud Kohl van Wijngaarden

Drop keepalive parameters

These settings can be set server wide and Apache already has sane
defaults here. If needed, these can be tuned via Hiera using
http_vhost_options and https_vhost_options.

View revisions

Also available in: Atom