Skip to content

Commit

Permalink
Add CentOS 8 and Puppet 7, drop Puppet 5
Browse files Browse the repository at this point in the history
  • Loading branch information
oranenj committed Apr 19, 2021
1 parent c5cfe0f commit 10be91d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.5.8 < 7.0.0"
"version_requirement": ">= 6.0.0 < 8.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"7", "8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
"7", "8"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7"
"7", "8"
]
},
{
Expand Down

0 comments on commit 10be91d

Please sign in to comment.