Skip to content

Commit

Permalink
feat(config): enable centos stream 9 (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Jun 14, 2024
1 parent a61adb8 commit 4492b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/default/controls/packages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
case platform_finger
when 'centos-8', 'rockylinux-8', 'almalinux-8'
'cobbler3.2'
when 'centos-9', 'rockylinux-9', 'almalinux-9'
when 'rockylinux-9', 'almalinux-9'
'cobbler3.3'
else
'cobbler'
Expand Down

0 comments on commit 4492b9c

Please sign in to comment.