Skip to content

Commit

Permalink
Set the next version to Foreman 3.9
Browse files Browse the repository at this point in the history
Foreman 3.8 has branched a while back and this reflects that nightly is
now 3.9.
  • Loading branch information
ekohl committed Sep 19, 2023
1 parent b5937a0 commit 8b4455d
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 @@ -19,7 +19,7 @@
# server load
class profiles::web (
String[1] $stable = '3.7',
String[1] $next = '3.8',
String[1] $next = '3.9',
Hash[String, Hash] $debugs_htpasswds = {},
Boolean $https = true,
Integer[0] $rsync_max_connections = 10,
Expand Down

0 comments on commit 8b4455d

Please sign in to comment.