Skip to content

Commit 01099a7

Browse files
author
John Doe
committed
(MAINT) Refactoring OSs based on puppet agent docs
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
1 parent 90f5f06 commit 01099a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

metadata.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
{
3131
"operatingsystem": "CentOS",
3232
"operatingsystemrelease": [
33-
"7",
34-
"8"
33+
"7"
3534
]
3635
},
3736
{

0 commit comments

Comments
 (0)