From 0107f3d119c087bba080283ee90d89662dbdd986 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 15 Oct 2024 21:54:12 +0200 Subject: [PATCH] Fixes #37817 - Only copy server CA in build root if generate is true --- Puppetfile | 2 +- Puppetfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Puppetfile b/Puppetfile index 73eb5614..fd6b1d0a 100644 --- a/Puppetfile +++ b/Puppetfile @@ -14,5 +14,5 @@ mod 'theforeman/foreman', '~> 25.2.1' mod 'theforeman/foreman_proxy', '~> 26.0.0' mod 'theforeman/puppet', '~> 19.2.0' mod 'katello/foreman_proxy_content', '~> 28.0.0' -mod 'katello/certs', '~> 18.0.0' +mod 'katello/certs', '~> 18.0.1' mod 'katello/katello', '~> 25.1.0' diff --git a/Puppetfile.lock b/Puppetfile.lock index 772367af..b173d861 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -6,7 +6,7 @@ FORGE puppetlabs-concat (>= 1.0.0, < 10.0.0) puppetlabs-postgresql (>= 9.2.0, < 11.0.0) puppetlabs-stdlib (>= 9.0.0, < 10.0.0) - katello-certs (18.0.0) + katello-certs (18.0.1) puppet-extlib (>= 3.0.0, < 8.0.0) puppetlabs-stdlib (>= 4.25.0, < 10.0.0) katello-foreman_proxy_content (28.0.0) @@ -99,7 +99,7 @@ FORGE DEPENDENCIES katello-candlepin (~> 16.0.0) - katello-certs (~> 18.0.0) + katello-certs (~> 18.0.1) katello-foreman_proxy_content (~> 28.0.0) katello-katello (~> 25.1.0) puppet-redis (>= 8.5.0)