Skip to content

Commit

Permalink
Merge pull request #403 from kenyon/add-centos-9
Browse files Browse the repository at this point in the history
Add EL 9 support
  • Loading branch information
kenyon authored May 7, 2024
2 parents 986bd30 + 5f70059 commit 22ed17c
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
1 change: 0 additions & 1 deletion data/os/CentOS.7.yaml

This file was deleted.

1 change: 0 additions & 1 deletion data/os/CentOS.8.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions data/os/Suse.yaml

This file was deleted.

8 changes: 6 additions & 2 deletions hiera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ defaults:
data_hash: 'yaml_data'
hierarchy:
- name: 'Distribution name and major version'
path: "os/%{facts.os.name}.%{facts.os.release.major}.yaml"
paths:
- "os/%{facts.os.name}.%{facts.os.release.major}.yaml"
- "os/%{facts.os.family}.%{facts.os.release.major}.yaml"
- name: 'Distribution family'
path: "os/%{facts.os.family}.yaml"
paths:
- "os/%{facts.os.name}.yaml"
- "os/%{facts.os.family}.yaml"
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 22ed17c

Please sign in to comment.