Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  module
  plugin
  tftp
config.pp 4.63 KB
feature.pp 429 Bytes
globals.pp 466 Bytes
init.pp 24.1 KB
install.pp 1.15 KB
module.pp 1.24 KB
params.pp 10.8 KB
plugin.pp 650 Bytes
provider.pp 399 Bytes
proxydhcp.pp 3.05 KB
proxydns.pp 2 KB
register.pp 1.55 KB
remote_file.pp 424 Bytes
service.pp 162 Bytes
settings_file.pp 1.08 KB
tftp.pp 1.33 KB

Latest revisions

# Date Author Comment
dac77a63 04/08/2020 12:51 PM Till Adam

add support for flatcar

this PR adds support for flatcar linux on the omaha smart proxy:
https://github.com/theforeman/smart_proxy_omaha/pull/21
We need to add this as an option to the puppet module too.

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.

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

Introduce foreman_proxy::provider

This is an abstraction to clearly indicate a provider is being
configured. All built in providers are converted to use this.

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

Introduce foreman_proxy::module

This define introduced an abstraction for Foreman Proxy modules slightly
more explicit than just the settings_file.

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.

View revisions

Also available in: Atom