Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  ansible
  chef
  dhcp
  discovery
  dns
  dynflow
  monitoring
  pulp
  realm
  remote_execution
  salt
abrt.pp 1.95 KB
ansible.pp 3.26 KB
chef.pp 1.78 KB
discovery.pp 1.33 KB
dynflow.pp 2.89 KB
module.pp 1.21 KB
monitoring.pp 957 Bytes
omaha.pp 1.33 KB
openscap.pp 2.43 KB
provider.pp 802 Bytes
pulp.pp 3.32 KB
salt.pp 1.54 KB

Latest revisions

# Date Author Comment
056a0689 04/02/2020 11:20 AM Ewoud Kohl van Wijngaarden

Move feature and module definitions to f_p::module

This moves the definition of foreman_proxy::feature from
foreman_proxy::settings_file to foreman_proxy::module. It also
simplified it by only passing a $module_enabled variable. This is still
needed because it needs to be in context for template().

082dd46a 04/02/2020 11:20 AM Ewoud Kohl van Wijngaarden

Introduce foreman_proxy::plugin::provider

This additional abstraction makes it easier to configure plugins that
are providers when they follow conventions.

a3483baa 04/02/2020 11:20 AM Ewoud Kohl van Wijngaarden

Introduce foreman_proxy::plugin::module

This introduces a define for plugins that have a package and a config
file, which is most of them.

4ef70756 03/18/2020 08:48 PM Ewoud Kohl van Wijngaarden

Declare features on SSH and Pulp modules

ca780677 03/17/2020 12:21 PM Ewoud Kohl van Wijngaarden

Use $f_p::plugin::dynflow::external_core

Since 5bde9c79ca05a7d30fd7ec7a85a109220b4950df there is a variable that
explicitly sets the external core. Rather than copying the logic, this
reuses the variable.

a53df036 03/15/2020 05:13 PM Ewoud Kohl van Wijngaarden

Move Ruby package prefix to params

Rather than redefining the package prefix, this introduces the variable
in params.pp.

1af99145 03/15/2020 04:30 PM Ewoud Kohl van Wijngaarden

Drop group parameter on plugins

Setting the group can be useful if other processes need to read the
file, but for foreman-proxy this is not the case.

935d45ab 03/15/2020 03:55 PM Ewoud Kohl van Wijngaarden

Introduce foreman_proxy::globals

This class is intended to allow overriding some parameters that
basically never change. This makes the parameters of init.pp slightly
easier to digest. It also allows testing of some modules by just
including params without the entire foreman_proxy class. This makes...

aecbe79b 03/15/2020 11:51 AM Ewoud Kohl van Wijngaarden

Document classes using puppet-strings

This doesn't convert all classes since the installer still relies on
rdoc groups. However, not all classes are public and this converts what
makes sense.

509ca1cf 01/31/2020 03:46 PM Ewoud Kohl van Wijngaarden

Fixes #28877 - Dynamically determine Pulp Puppet dir

This change removes the default value and looks it up at runtime. The
benefit is that we can use the lookup method to get the answer for the
puppet module.

The main driver for this is that the puppet_environmentpath fact has...

View revisions

Also available in: Atom