Skip to content

Commit

Permalink
Merge pull request #716 from Icinga/el9
Browse files Browse the repository at this point in the history
Add support for EL9
  • Loading branch information
lbetz authored Dec 16, 2022
2 parents c1e71e3 + 174a7e5 commit b96a6ff
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,30 @@
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8",
"9"
]
},
{
Expand Down

0 comments on commit b96a6ff

Please sign in to comment.