Skip to content

Commit

Permalink
Update debian and ubuntu supported oses
Browse files Browse the repository at this point in the history
* Drop debian 8
* Add debian 8 and 10
* Add ubuntu 20.0.4.

Supported for puppet 7 also.
  • Loading branch information
traylenator committed Dec 5, 2020
1 parent 82df136 commit aacb47c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,23 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.5.8 < 7.0.0"
"version_requirement": ">= 6.0.0 < 8.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04"
"16.04",
"18.04",
"20.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
"9",
"10"
]
},
{
Expand Down

0 comments on commit aacb47c

Please sign in to comment.