Skip to content

Commit

Permalink
Add AlmaLinux 9 support
Browse files Browse the repository at this point in the history
Added AlmaLinux 9 to the supported operating systems in metadata.json.

These changes ensure that we start testing with AlmaLinux 8 and 9 instead
of CentOS 8 Stream. This update is part of our transition to better support
AlmaLinux in our Puppet modules.

See, for details: theforeman/foreman-infra#2087
  • Loading branch information
archanaserver authored and ekohl committed Jun 25, 2024
1 parent 45d900d commit 87ad9d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
}
]
Expand Down

0 comments on commit 87ad9d1

Please sign in to comment.