Skip to content

Commit

Permalink
Merge pull request #195 from elainemccloskey/SUP-3952
Browse files Browse the repository at this point in the history
(SUP-3952) Remove Puppet 6 as a supported platform
  • Loading branch information
MartyEwings authored Apr 19, 2023
2 parents 012b443 + e32b27c commit ea3cf02
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"7"
]
},
{
Expand All @@ -40,20 +39,34 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04"
"18.04",
"20.04"
]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"12"
"12",
"15"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "RockyLinux",
"operatingsystemrelease": [
"8"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.16.0 < 8.0.0"
"version_requirement": ">= 7.18.0 < 8.0.0"
}
],
"pdk-version": "2.6.1",
Expand Down

0 comments on commit ea3cf02

Please sign in to comment.