Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  cli
  compute
  config
  database
  dynflow
  plugin
  providers
  repos
cli.pp 3.29 KB
config.pp 7.3 KB
database.pp 1.32 KB
globals.pp 962 Bytes
init.pp 16.8 KB
install.pp 1.18 KB
params.pp 6.35 KB
plugin.pp 1.66 KB
providers.pp 776 Bytes
rake.pp 1004 Bytes
repo.pp 1.68 KB
repos.pp 863 Bytes
service.pp 1.71 KB
settings.pp 1.62 KB

Latest revisions

# Date Author Comment
ae455be5 08/02/2021 03:22 PM Oleh Fedorenko

Add hammer plugin for foreman_webhooks

0e45f205 07/22/2021 06:41 PM Ewoud Kohl van Wijngaarden

Fixes #33106 - Move user, app_root, rails_env & vhost_prio to globals

These parameters are not commonly changed. Moving them to globals makes
the list of parameters in init.pp shorter and easier to manage. This
is of particular benefit in the installer while it shouldn't hinder...

85514dfd 07/22/2021 12:58 PM Christian Fuchs

Handle duplicate file declaration for foreman::app_root

Currently we're using your module to install and configure Foreman.
We want to install Foreman in its own filesystem, but the file resource for
$foreman::app_root makes it hard to implement this in puppet - it will always...

08254ece 07/22/2021 08:10 AM Evgeni Golov

Fixes #33089 - move (hammer_)plugin_prefix to globals

bfdd93eb 07/21/2021 07:00 PM Eugnee Loginov

added foreman_datacenter

fde65587 07/15/2021 12:24 PM Ewoud Kohl van Wijngaarden

Match the user shell to packaging

In dcb8a702c68dda775e4c089433039b052e2d86d7 the shell was changed from
/sbin/nologin to /bin/false since on Debian it is /usr/sbin/nologin.

Technically we can now always use /usr/sbin/nologin since on EL7
/sbin is a symlink to /usr/sbin, but that doesn't match packaging....

77d4a711 07/15/2021 12:24 PM Ewoud Kohl van Wijngaarden

Make Foreman a system user and group

This matches what the RPM and Debian packages already do so it should
have no effect in reality, but it does align the two.

eaefa6f0 07/12/2021 10:05 AM Ewoud Kohl van Wijngaarden

Fixes #29649 - Drop default_server argument in IPA

ipa-getkeytab can figure out the default server on its own1. There is no
need to specify it and can even break things. For example, DNS can be
used to detect servers. Then the fact is empty and it fails while the...

a260c50d 07/09/2021 03:43 PM Ruben Stein

Making the parameters email_reply_address and email_subject_prefix configurable

5dfe8aad 07/09/2021 03:30 PM cocker-cc

Use EPP instead of ERB

As a Preparation for making this Module "Sensitive"-aware, we prefer
to use EPP instead of ERB in such Situations, where "Sensitive" could
come into Play, as EPP is able to handle Data of Type Sensitive
natively.

View revisions

Also available in: Atom