Skip to content

Commit 171a8c3

Browse files
authored
Update package page (#4401)
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 9f79c38 commit 171a8c3

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

content/packages.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,15 @@ To set up an APT package repository for Debian and Ubuntu platforms:
7575

7676
### Enterprise Linux
7777

78-
To set up a Yum package repository for Enterprise Linux platforms:
78+
{{< note >}}
79+
80+
Starting in Chef Infra Client 18.6.2, we upgraded the GPG signing algorithm used to sign RHEL packages from SHA1 to SHA256. RHEL 9 no longer supports the less secure SHA1 hashes.
81+
82+
{{< /note >}}
83+
84+
Before you begin, verify that you have the `yum-utils` package installed.
85+
86+
To set up a Yum package repository for Enterprise Linux platforms, follow these steps:
7987

8088
1. Install the public key for Chef Software:
8189

@@ -99,20 +107,10 @@ To set up a Yum package repository for Enterprise Linux platforms:
99107
Replace:
100108
101109
- `<CHANNEL>` with the release channel: `stable` or `current`.
102-
- `<VERSION>` with the version Enterprise Linux version.
110+
- `<VERSION>` with the Enterprise Linux version.
103111
104112
1. Update the package repository list:
105113
106114
```bash
107115
sudo yum-config-manager --add-repo chef-stable.repo
108116
```
109-
110-
Note that the `yum-config-manager` command requires the `yum-utils`
111-
package, which isn't installed on CentOS by default. You can
112-
install the package by running `sudo yum install yum-utils`, or you
113-
can use the `mv` command to add the repository to the
114-
`/etc/yum.repos.d/` directory:
115-
116-
```bash
117-
sudo mv chef-stable.repo /etc/yum.repos.d/
118-
```

0 commit comments

Comments
 (0)