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
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
- "18.04",
"20.04",
"22.04"
]