Skip to content

Commit 57bd367

Browse files
author
Neil Anderson
committed
Updating operating systems in metadata.json and tests
Added RHEL 9 and AlmaLinux 8
1 parent 98cb34b commit 57bd367

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

.github/workflows/test-install-matrix.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
- 2021.7.7
4747
- 2023.6.0
4848
image:
49-
- centos-7
50-
- almalinux-cloud/almalinux-8
49+
# - centos-7
50+
# - almalinux-cloud/almalinux-8
51+
- rhel-9
5152
steps:
5253
- name: "Checkout Source"
5354
uses: actions/checkout@v2

.github/workflows/test-upgrade-matrix.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
version_to_upgrade:
4747
- '2021.7.7'
4848
image:
49-
- 'almalinux-cloud/almalinux-8'
49+
# - 'almalinux-cloud/almalinux-8'
50+
- 'rhel-9'
5051
download_mode:
5152
- 'direct'
5253

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,14 @@ groups:
7171

7272
* PEADM is compatible with Puppet Enterprise 2019.8.1 or newer versions.
7373
* To use PEADM, you must first [install Bolt](https://www.puppet.com/docs/bolt/latest/bolt_installing) version 3.17.0 or newer.
74-
* PEADM supports PE installations on the following operating systems: EL 7, EL 8, Ubuntu 18.04, or Ubuntu 20.04.
74+
* PEADM supports PE installations on the following operating systems:
75+
- Amazon Linux 2
76+
- AlmaLinux 8
77+
- CentOS 7 and 8
78+
- RHEL 7, 8 and 9
79+
- SLES 12
80+
- Ubuntu 18.04 and 20.04
81+
7582
* To successfully convert your current PE installation to a PEADM-managed installation, ensure that the PE setting for editing classifier configuration data is enabled. This setting is enabled by default on new PE installations, but it could be disabled if the relevant configuration was removed from your global hiera.yaml file. See the [PE docs](https://www.puppet.com/docs/pe/latest/config_console.html#enable_console_configuration_data) for more information.
7683

7784
## Usage

metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,18 @@
5252
"2"
5353
]
5454
},
55+
{
56+
"operatingsystem": "AlmaLinux",
57+
"operatingsystemrelease": [
58+
"8"
59+
]
60+
},
5561
{
5662
"operatingsystem": "RedHat",
5763
"operatingsystemrelease": [
5864
"7",
59-
"8"
65+
"8",
66+
"9"
6067
]
6168
},
6269
{

0 commit comments

Comments
 (0)