Skip to content

Commit d0e8040

Browse files
author
jordanbreenpuppet
committed
(MAINT) Added support for Ubuntu 22.04
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 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
1 parent 04e0ffa commit d0e8040

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

metadata.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{
3030
"operatingsystem": "CentOS",
3131
"operatingsystemrelease": [
32-
"7",
32+
"7",
3333
"8"
3434
]
3535
},
@@ -59,7 +59,8 @@
5959
"operatingsystem": "Ubuntu",
6060
"operatingsystemrelease": [
6161
"18.04",
62-
"20.04"
62+
"20.04",
63+
"22.04"
6364
]
6465
},
6566
{

0 commit comments

Comments
 (0)