From cb1a9c7863aa0f72eebee5bb0d4368d7436febfc Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 27 Jul 2023 11:13:36 +0200 Subject: [PATCH] Declare Foreman 3.7 as stable It went GA quite a while back and and this makes sure the latest symlinks redirect to the correct version. --- puppet/modules/profiles/manifests/web.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/modules/profiles/manifests/web.pp b/puppet/modules/profiles/manifests/web.pp index ff8528185..9383587a4 100644 --- a/puppet/modules/profiles/manifests/web.pp +++ b/puppet/modules/profiles/manifests/web.pp @@ -18,7 +18,7 @@ # Maximum connection per rsync target. Using a small value to try and reduce # server load class profiles::web ( - String[1] $stable = '3.6', + String[1] $stable = '3.7', String[1] $next = '3.8', Hash[String, Hash] $debugs_htpasswds = {}, Boolean $https = true,