Add subscription-manager

We need this to access RHEL RPM content today.

(I would like longer term to be able to fetch RPMs from registries
 with a pull secret, xref https://github.com/coreos/rpm-ostree/issues/4155 )
This commit is contained in:
Colin Walters 2023-12-13 09:20:40 -05:00
parent b65d2c5bdc
commit 929e3e58e4
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@ recommends: true
include: include:
- manifest-tier-0.yaml - manifest-tier-0.yaml
- bootable-rpm-ostree.yaml - bootable-rpm-ostree.yaml
- dnf.yaml - rpm-packaging.yaml
- podman.yaml - podman.yaml
- firmware.yaml - firmware.yaml
- networking-tools.yaml - networking-tools.yaml

View File

@ -2,3 +2,5 @@
# `dnf update` *client side* doesn't do much helpful... # `dnf update` *client side* doesn't do much helpful...
packages: packages:
- dnf - dnf
# To ensure we can enable client certs to access RHEL content
- subscription-manager