From ee37388f381f7d6ba0d70587dd5f73c229d2dddd Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 18 Mar 2024 08:52:25 +0100 Subject: [PATCH] Allow puppetlabs/apache 12.x We need 12.0.3+ for Puppet 8 support due to https://github.com/puppetlabs/puppetlabs-apache/pull/2525 --- Puppetfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Puppetfile b/Puppetfile index 371c12bb..d8b6bace 100644 --- a/Puppetfile +++ b/Puppetfile @@ -1,8 +1,7 @@ forge 'https://forgeapi.puppet.com/' # HTTP/2 and SSL support for settings in Hiera -# Our modules aren't yet compatible with 12 and the builds fail -mod 'puppetlabs/apache', '>= 8.3', '< 12' +mod 'puppetlabs/apache', '>= 8.3' # Ensure Debian 11 support mod 'puppetlabs/postgresql', '>= 7.4.0'