Skip to content

Commit

Permalink
metadata.json: Add EL 9 (CentOS, Alma, Rocky, Oracle) support
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Dec 18, 2023
1 parent 136ee99 commit f7e0a11
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/os/AlmaLinux.9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
puppetboard::python_version: '3.9'
1 change: 1 addition & 0 deletions data/os/CentOS.9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
puppetboard::python_version: '3.9'
1 change: 1 addition & 0 deletions data/os/OracleLinux.9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
puppetboard::python_version: '3.9'
1 change: 1 addition & 0 deletions data/os/Rocky.9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
puppetboard::python_version: '3.9'
24 changes: 24 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
],
"issues_url": "https://github.com/voxpupuli/puppet-puppetboard/issues",
"operatingsystem_support": [
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"9"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
Expand All @@ -27,6 +39,18 @@
"13"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
Expand Down

0 comments on commit f7e0a11

Please sign in to comment.