From 41462a8a42c27c906a8a94d63c8a190afc2d0f9e Mon Sep 17 00:00:00 2001 From: barriserloth Date: Tue, 26 Sep 2023 11:11:54 -0700 Subject: [PATCH] (maint) Add to supported platform list This commit adds to the list of officially supported platform. My rationale for adding Centos/RHEL 8 is because of this change: https://github.com/puppetlabs/puppetlabs-docker/pull/926 My rationale for adding SLES is because of this change: https://github.com/puppetlabs/puppetlabs-docker/pull/591 And I've also added Alma, Oracle, Rocky and Scientific to the list as well since they are all RedHat derivatives and would ideally be supported alongside RHEL. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4d9c7b72..860b52c0 100644 --- a/README.md +++ b/README.md @@ -1010,12 +1010,20 @@ For information on classes, types, and functions, see the [REFERENCE.md](https:/ This module supports: +* AlmaLinux 8 * Centos 7.0 +* Centos 8.0 * Debian 8.0 * Debian 9.0 * Debian 10 * Debian 11 +* OracleLinux * RedHat 7.0 - limited support available +* RedHat 8.0 +* Rocky 8 +* ScientificLinux 7 +* SLES 12 +* SLES 15 * Ubuntu 18.04 * Ubuntu 20.04 * Ubuntu 22.04