Skip to content

Commit

Permalink
Declare Foreman 3.7 as stable
Browse files Browse the repository at this point in the history
It went GA quite a while back and and this makes sure the latest
symlinks redirect to the correct version.
  • Loading branch information
ekohl authored and evgeni committed Jul 27, 2023
1 parent 21dc740 commit cb1a9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/profiles/manifests/web.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cb1a9c7

Please sign in to comment.