Skip to content

Commit

Permalink
Alligning os support with puppet-elastic_stack
Browse files Browse the repository at this point in the history
  • Loading branch information
h-haaks committed Dec 21, 2022
1 parent 35f8039 commit 6022ddc
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,47 +18,44 @@
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7"
"10",
"11"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystem": "OpenSuSE",
"operatingsystemrelease": [
"7"
"15"
]
},
{
"operatingsystem": "Scientific",
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"7",
"8"
]
},
{
"operatingsystem": "Debian",
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
]
},
{
"operatingsystem": "Ubuntu",
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"14.04",
"16.04"
"12",
"15"
]
},
{
"operatingsystem": "OpenSuSE",
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"13.x"
"18.04",
"20.04"
]
}
],
Expand Down

0 comments on commit 6022ddc

Please sign in to comment.