Skip to content

Commit

Permalink
Add AlmaLinux 8 & 9 support
Browse files Browse the repository at this point in the history
Added AlmaLinux 8 and 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 committed Jul 16, 2024
1 parent fa0ec26 commit 5b71c95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
with:
pidfile_workaround: 'CentOS'
pidfile_workaround: 'CentOS,AlmaLinux'
rubocop: false
cache-version: '1'
2 changes: 1 addition & 1 deletion .sync.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.github/workflows/ci.yml:
pidfile_workaround: CentOS
pidfile_workaround: CentOS,AlmaLinux
7 changes: 7 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@
"operatingsystemrelease": [
"4"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
}
]
}

0 comments on commit 5b71c95

Please sign in to comment.