Skip to content

Commit

Permalink
Merge pull request #121 from bastelfreak/el9
Browse files Browse the repository at this point in the history
Add EL9/Rocky/Alma support
  • Loading branch information
bastelfreak authored Jun 26, 2023
2 parents 0da5fcd + e6f1868 commit d39a0a4
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,38 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -49,7 +66,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"description": "Manages posix 1e ACLs on files, provides base classes so additional ACL standards can be supported.",
Expand Down

0 comments on commit d39a0a4

Please sign in to comment.