Project

General

Profile

Download (1.66 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d83807b2 04/17/2024 12:58 PM Ewoud Kohl van Wijngaarden

Fixes #37297 - Use SCRAM passwd encryption with PostgreSQL

PostgreSQL supports SCRAM encryption and PostgreSQL 14 will also default
to this. Moving to it sooner helps removing md5 from the system.

5d15b807 03/20/2024 11:44 PM Eric Helms

Drop inclusion of Qpid module

0425650f 03/18/2024 09:21 AM Evgeni Golov

Allow puppetlabs/apache 12.x

We need 12.0.3+ for Puppet 8 support due to https://github.com/puppetlabs/puppetlabs-apache/pull/2525

de526bc2 01/11/2024 12:28 PM Evgeni Golov

pin puppetlabs/apache to < 12 until our modules support it

7675314c 11/14/2023 09:57 PM Ewoud Kohl van Wijngaarden

Allow puppetlabs/postgresql 10.x

ace7dc47 11/14/2023 11:50 AM Ewoud Kohl van Wijngaarden

Update to stdlib 9.x

This also requires kafo 7.3 to parse multi line type aliases.

b324bda1 10/19/2023 11:57 AM Ewoud Kohl van Wijngaarden

Pin puppetlabs/postgresql to < 10

Due to puppetlabs/stdlib 9.x requirement.

0a0645e1 08/09/2023 09:03 AM Ewoud Kohl van Wijngaarden

Refs #35943 - Switch to puppetlabs/vcsrepo

Our theforeman/puppet module has switch from our own custom module to
the generic puppetlabs/vcsrepo. This saves maintenance on our side and
for users it provides more functionality. In large environments it's
already common and allows reuse.

cc862059 06/19/2023 10:41 AM Evgeni Golov

also pin puppetlabs/apt, 9.1.0 wants stdlib 9

b05b4f38 06/19/2023 10:41 AM Ewoud Kohl van Wijngaarden

Pin puppetlabs/stdlib to version < 9

22f6fc6f 05/24/2023 01:19 PM Ewoud Kohl van Wijngaarden

Allow puppetlabs-apache 9.x

a17cf7a0 05/23/2023 05:42 PM Ewoud Kohl van Wijngaarden

Visually align module versions in Puppetfile

This makes the diff when pinning smaller.

e3212a7f 12/16/2022 04:22 PM Ewoud Kohl van Wijngaarden

Pin puppetlabs/apache to ~> 8.3

This should prevent attempting to pull in version 9.x. There are several
breaking changes, but they largely don't affect us. Once all modules are
updated, this pin can be relaxed again.

5eb2c13b 10/31/2022 12:11 PM Eric Helms

Fixes #35564 - Use Redis 6 on EL8

e6b4087f 10/30/2022 11:27 AM Evgeni Golov

drop explicit dependency on mosquitto

since https://github.com/theforeman/puppet-foreman_proxy/commit/58fa4c7742e719218971a9cb42aa84787f02e59f it's an explicit dependency of theforeman/foreman_proxy, so we don't need to call it out here anymore

ed50daee 10/28/2022 02:36 PM Ewoud Kohl van Wijngaarden

Refs #35629 - Switch back to puppetlabs/apache releases

8.3.0 was released with the features we need.

52bf7a31 10/28/2022 01:31 PM Ewoud Kohl van Wijngaarden

Fixes #35631 - Enable HTTP/2 by default

Apache doesn't load HTTP/2 by default since it's incompatible with the
prefork MPM. We use the event MPM where it should work. Enabling HTTP/2
allows clients to retrieve resources in parallel which means pages load...

899eea85 10/28/2022 01:31 PM Ewoud Kohl van Wijngaarden

Refs #35629 - Use built in Apache defaults on EL

Currently unreleased, but puppetlabs/apache will respect the EL8
defaults. It follows the system level configuration for TLS protocols,
which out of the box is TLSv1.2 & TLSv1.3.

It still keeps stricter security on Debian since there the default still...

30894f2e 10/28/2022 01:31 PM Ewoud Kohl van Wijngaarden

Update puppetlabs/postgresql lower bound

8fef74aa 08/30/2022 10:39 AM Ewoud Kohl van Wijngaarden

Refs #35353 - Drop xinetd support

puppet-tftp has dropped the dependency on xinetd so no more specific
version is needed.

afe1e2dd 05/09/2022 02:08 PM Evgeni Golov

use forgeapi.puppet.com

forgeapi-cdn is broken right now

566b293b 05/03/2022 01:29 PM Evgeni Golov

bump mosquitto dep to 1.1.0

it contains fixes we need

6664548e 04/28/2022 12:46 PM Evgeni Golov

Refs #34239: Require a stable mosquitto version

21ad29b8 04/22/2022 08:20 PM Eric Helms

Refs #34239: Require voxpupuli/puppet-mosquitto

This is needed to support REX pull transport via MQTT as puppet-mosquitto
is a soft dependency of puppet-foreman_proxy.

29ab1ab1 01/07/2022 12:35 PM Ewoud Kohl van Wijngaarden

Use forgeapi-cdn.puppet.com as forge

These days puppet.com is the preferred domain. forgeapi-cdn has the
benefit that it supports IPv6.

51d21833 07/28/2021 02:09 PM Ewoud Kohl van Wijngaarden

Puppet 7 compatible version of puppetlabs/xinetd

This is unreleased, but we need this for a correct metadata. There are
no other (code) changes compared to 3.3.0

b21826e2 07/28/2021 02:07 PM Ewoud Kohl van Wijngaarden

Use a released version of puppetlabs/postgresql again

This version is Puppet 7 compatible. We no longer care about Puppet 5 so
that's no longer a concern.

51d00263 04/06/2021 03:41 PM Ewoud Kohl van Wijngaarden

Add puppetserver_foreman module

theforeman/puppet switched its dependency from theforeman/foreman to
theforeman/puppetserver_foreman for specific Foreman integration. This
makes it easier to iterate standalone.

fdc20de5 03/08/2021 06:16 PM Ewoud Kohl van Wijngaarden

Fixes #31834 - Use PostgreSQL 12 on EL8

This aligns Red Hat 7 and Red Hat 8 on PostgreSQL 12. It uses the
a specific git commit for DNF module support but without dropping Puppet
5 to allow for a cherry pick to 2.4. After develop drops Puppet 5
support, it should switch to >= 7.0.1 as a version specifyer....

da2a5fc3 02/10/2021 06:02 PM Eric Helms

Bump minimum postgresql version to 6.10.1

fcc56ecb 02/09/2021 08:20 PM Eric Helms

Drop puppet-pulp from Puppetfile

e8dd2a62 05/04/2020 03:38 PM Ewoud Kohl van Wijngaarden

Fixes #29437 - Drop PuppetDB module

The intent was to make it possible to install PuppetDB but there’s no
documentation, it’s tricky to set up and we don’t verify it (it may
actually be broken). Adding to that, its maintainers are largely
unresponsive. Adding support for new distribution versions and other...

e4b56a04 02/13/2020 04:37 PM Ewoud Kohl van Wijngaarden

Update pulpcore to theforeman org

The module was released to theforeman rather than katello. When pinning
modules this breaks.

f187549d 12/21/2019 12:48 PM Michael Moll

Fixes #28558 - remove puppetlabs-mysql from Puppetfile

140bbb71 12/13/2019 04:47 PM William Clark

add pulpcore git repo to puppetfile

fa7ad25f 08/20/2019 09:52 AM Ewoud Kohl van Wijngaarden

Update the pinning script

This is the version as it lived in katello-installer. It maintains the
alignment making the diff easier to read.

5361748a 02/11/2019 02:59 PM Ewoud Kohl van Wijngaarden

Fixes #22746 - Complete the switch to voxpupuli-squid

We no longer need to ship our own fork now that puppet-pulp has
switched.

a67202b2 12/14/2018 06:08 PM Ewoud Kohl van Wijngaarden

Add Katello modules

df653c4f 07/31/2018 11:24 AM Ewoud Kohl van Wijngaarden

Revert "Pin puppetdb for Puppet 5 compatibility (#284)" (#285)

This reverts commit 9c01a05ba1f23b45a8a29c53b9b7a237270ed3af.

9c01a05b 07/30/2018 08:16 PM Ewoud Kohl van Wijngaarden

Pin puppetdb for Puppet 5 compatibility (#284)

ba3af760 06/21/2018 09:32 AM Michael Moll

Refs #22513 - use appropriate puppetlabs/postgresql release

a6300830 04/24/2018 03:06 PM Chris Roberts

Refs #22513 - Allow overriding postgresql server settings via hiera

768cd124 01/21/2018 01:59 PM Michael Moll

Refs #20893 - Revert pin puppetlabs-stdlib

This reverts commit c8ef80ae0ddd727d3908ada2825054dd5eec603a.

c8ef80ae 09/12/2017 12:17 PM Michael Moll

Refs #20893 - pin puppetlabs-stdlib (#243)

8e664406 09/11/2017 09:27 AM Michael Moll

switch back to puppetlabs-mysql release

1e6de8c4 07/28/2017 05:29 PM Michael Moll

unpin puppetlabs/concat again

9007d45f 07/06/2017 04:17 PM Michael Moll

remove pinning of puppetlabs/postgresql to <5 (#233)

only puppetlabs/concat is currently a problem for librarian-puppet

b97a34ce 07/06/2017 08:25 AM Michael Moll

use pl-mysql 3.11.x with a fix for Debian/stretch (#234)

574b26f6 06/26/2017 02:54 PM Eric D Helms

Pin postgres and concat

Should be unpinned once puppetlabs-puppetdb dependency on postgres
is updated.

25ceccd0 12/19/2016 07:20 AM Dominic Cleal

Replace git version of puppetlabs-apache with 1.11.0

523fe48a 12/09/2016 07:56 PM Dominic Cleal

Remove pinning of extlib, 1.x is allowed

9df10e1b 11/23/2016 07:53 AM Stephen Benjamin

fixes #14023 - set passenger tuning options (#209)

max instances to 12 and max instances per app to 6 - this ensures
passenger has enough resources to respond to foreman and puppet
requests when one is under heavy load.

b49a16ee 09/02/2016 11:20 AM Michael Moll

unpin puppetlabs/puppetdb

bd07c8fc 07/27/2016 03:07 AM Dominic Cleal

Remove custom postgresql branch, 4.8.0 released

Contains support for Ubuntu 16.04 and Fedora 24.

ff948b45 06/17/2016 06:26 AM Dominic Cleal

Pin extlib for Ruby 1.8 compatibility

a9a9f386 06/01/2016 03:11 PM Dominic Cleal

Change puppetlabs/mysql to 3.8.0 with Ubuntu 16.04 support (#181)

d4334a71 05/03/2016 04:53 AM Michael Moll

refs #14788 - pull in Ubuntu/xenial cherry-picks in modules

22fa255a 02/21/2016 11:50 AM Michael Moll

Refs #13405: unpin puppetlabs/apache module again

This reverts commit 207af51faab25fe69f05456def6966bfae6ceb37.

207af51f 01/30/2016 07:21 AM Eric Helms

Refs #13405: Pin puppetlabs/apache module to 1.8.x

Current 1.8.x branch includes fix for passenger.conf that otherwise
leads to inability to reach web application on EL7.

b34c05ce 07/17/2015 07:20 AM Dominic Cleal

Revert "Pin puppetlabs/postgresql to avoid MODULES-2185"

This reverts commit 2878f315a4478b53da9358d221032d8305e1c1be.

08914724 07/17/2015 07:12 AM Michael Moll

puppetlabs-puppetdb 5.x is incompatible

with theforeman-puppet

2878f315 07/03/2015 07:58 AM Dominic Cleal

Pin puppetlabs/postgresql to avoid MODULES-2185

Affects config of PostgreSQL on Puppet 2.7.

bf5f936c 06/07/2015 08:25 AM Ewoud Kohl van Wijngaarden

Update forge URL

b693d5b1 05/21/2015 03:18 AM Dominic Cleal

Remove unused concat_native

686fd0c7 03/13/2015 09:22 AM Michael Moll

include puppetlabs-puppetdb module

b11be25e 01/28/2015 06:44 AM Dominic Cleal

Update git URL for concat_native

88dd8f39 01/02/2015 10:38 AM Dominic Cleal

Revert "refs #7970 - include fixed alternatives module for Ubuntu 12.04"

This reverts commit 9c63273104787db0eba0a1c5f7cadc2e87322e6f.

Use version 0.3.0 or later from Puppet Forge instead.

9c632731 10/20/2014 09:41 AM Dominic Cleal

refs #7970 - include fixed alternatives module for Ubuntu 12.04

3551ee38 08/19/2014 05:10 AM Dominic Cleal

Revert to released postgresql module for Fedora fix

ab1ec25c 07/28/2014 03:02 AM Dominic Cleal

Switch back to official pl-apache release & pl-postgresql upstream git

95231b20 07/08/2014 10:26 AM Dominic Cleal

Use our postgresql fork with F19 fix

c3ca8bd2 07/08/2014 04:45 AM Dominic Cleal

fixes #4454 - switch PostgreSQL module to latest for EL7 support

06b6cf53 06/19/2014 11:29 AM Dominic Cleal

Change xinetd to use Forge version 1.3.0

f9aba330 05/06/2014 10:21 AM Greg Sutcliffe

Use commited apache fix instead of our fork

66603e76 04/29/2014 01:58 PM Greg Sutcliffe

Fix missing comma

3a075859 04/29/2014 10:50 AM Greg Sutcliffe

Use forked pl-apache while waiting for merge

4ab42ee6 03/04/2014 05:06 PM Dominic Cleal

Remove pl-apache git reference, now 1.0.0 is out

f5c7dd34 02/24/2014 01:22 PM Greg Sutcliffe

Refs #3308 - Auto-create mappings hash from detected plugin/compute classes

80e59b2a 02/12/2014 01:57 PM Dominic Cleal

refs #4030 - use latest dependency modules from git, add mysql

4f515d75 02/11/2014 12:21 PM Dominic Cleal

fixes #4030 - build via librarian-puppet