Skip to content

Commit

Permalink
(MAINT) Refactoring OSs based on puppet agent docs
Browse files Browse the repository at this point in the history
Prior to this commit the metadata.json file for this module listed OSs that are not supported by puppet agent as supported.
This commit aims to refactor the metadata.json file to only list OSs that are supported by puppet agent.

In this commit:
- Support for CentOS 8 was removed.
- Support for Ubuntu 22.04 was added.

The list of supported OSs can be found here:
https://puppet.com/docs/pe/2021.7/supported_operating_systems.html
  • Loading branch information
jordanbreenpuppet committed Sep 15, 2022
1 parent 04e0ffa commit 9c3c758
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"7"
]
},
{
Expand Down Expand Up @@ -59,7 +58,8 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04"
]
},
{
Expand Down

0 comments on commit 9c3c758

Please sign in to comment.