Skip to content

Commit d362f6a

Browse files
authored
Merge pull request #1007 from ghoneycutt/el9
Add support for EL9
2 parents 5a0775b + 951947b commit d362f6a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1011,20 +1011,21 @@ For information on classes, types, and functions, see the [REFERENCE.md](https:/
10111011

10121012
This module supports:
10131013

1014-
* Centos 7.0
1014+
* EL 7 - limited support available, see note below.
1015+
* EL 8
1016+
* EL 9
10151017
* Debian 8.0
10161018
* Debian 9.0
10171019
* Debian 10
10181020
* Debian 11
1019-
* RedHat 7.0 - limited support available
10201021
* Ubuntu 18.04
10211022
* Ubuntu 20.04
10221023
* Ubuntu 22.04
10231024
* Windows Server 2016 (Docker Enterprise Edition only)
10241025
* Windows Server 2019 (Docker Enterprise Edition only)
10251026
* Windows Server 2022 (Docker Enterprise Edition only)
10261027

1027-
On RedHat 7 the default docker package installs docker server version 1.13.1. The default docker.service uses the docker-storage-service in this version and creates /etc/sysconfig/docker-storage based on the container-storage-setup configuration and /etc/sysconfig/docker-storage-setup file. As the puppetlabs-docker module manages both the docker-storage and docker-storage-setup files it causes a conflict with the container-storage-setup forcing a docker service restart, therefore a workaround was included in the service manifest that disables the service restart on storage configuration changes for this version of docker on RedHat 7. As a side effect of these changes, storage configuration changes with this docker version on RedHat 7 are not picked up by default by the docker.service.
1028+
On RedHat 7 the default docker package installs docker server version 1.13.1. The default docker.service uses the docker-storage-service in this version and creates /etc/sysconfig/docker-storage based on the container-storage-setup configuration and /etc/sysconfig/docker-storage-setup file. As the puppetlabs-docker module manages both the docker-storage and docker-storage-setup files it causes a conflict with the container-storage-setup forcing a docker service restart, therefore a workaround was included in the service manifest that disables the service restart on storage configuration changes for this version of docker on RedHat 7. As a side effect of these changes, storage configuration changes with this docker version on RedHat 7 are not picked up by default by the docker.service.
10281029

10291030
## License
10301031

metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"operatingsystem": "CentOS",
3131
"operatingsystemrelease": [
3232
"7",
33-
"8"
33+
"8",
34+
"9"
3435
]
3536
},
3637
{

0 commit comments

Comments
 (0)