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.78 KB
plugin.pp 1.62 KB
providers.pp 598 Bytes
puppetmaster.pp 3.04 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
5612b1ec 04/16/2020 09:35 PM Ewoud Kohl van Wijngaarden

Drop {enc,report}_api parameters

Parameters with a single value aren't really useful.

a2bb93d8 04/16/2020 09:35 PM Ewoud Kohl van Wijngaarden

Remove unused parameters from puppetmaster

These config settings are never actually read by anything.

7a19261e 04/15/2020 10:55 AM Eric Helms

Only install foreman-release-scl on CentOS EL 7

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.

View revisions

Also available in: Atom