Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
a50abdec 04/22/2020 12:16 AM Ewoud Kohl van Wijngaarden

Use on_supported_os everywhere

4324f24d 04/18/2020 02:16 PM Ewoud Kohl van Wijngaarden

Drop the separate rails repository

Foreman 2.0 dropped this and needs to be removed.

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.

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.

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

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

Fixes #28067 - dynflow sidekiq services config

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