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.

The list of supported OSs can be found here:
https://puppet.com/docs/pe/2021.7/supported_operating_systems.html
  • Loading branch information
John Doe committed Sep 14, 2022
1 parent ccbbd01 commit cd731a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"7"
]
},
{
Expand Down

0 comments on commit cd731a9

Please sign in to comment.