puppetlabs-docker
puppetlabs-docker copied to clipboard
Documentation around supported operating systems
I'm not sure if this is exactly a documentation change, but it's also not really a code change request, so apologies in advance if this is filed in the wrong category.
It appears that the module lists support for Ubuntu, CentOS, Windows and Debian (and to some degree Redhat 7) but in testing it seems like it works for Redhat variants and SLES as well. Is there a reason that those are not listed as being officially supported? Thank you!
Hi @barriserloth,
Listing a RedHat derivative and not RedHat is weird. I guess this is more of something forgotten than an intention. The metadata.json
file list supported operating systems, and the test suite run on a subset of these listed operating system. Filling-in a PR to add these systems should be straightforward I think.
That sounds great, thanks! I can work on getting a PR up for those changes if that's alright with you
All kinds of improvement are always welcome :+1:
Awesome, I've opened https://github.com/puppetlabs/puppetlabs-docker/pull/953. Thanks for your help