Merge pull request #107 from cgwalters/add-subman
Add subscription-manager
This commit is contained in:
commit
231a0f9669
|
|
@ -4,7 +4,7 @@ recommends: true
|
|||
include:
|
||||
- manifest-tier-0.yaml
|
||||
- bootable-rpm-ostree.yaml
|
||||
- dnf.yaml
|
||||
- rpm-packaging.yaml
|
||||
- podman.yaml
|
||||
- firmware.yaml
|
||||
- networking-tools.yaml
|
||||
|
|
|
|||
|
|
@ -2,3 +2,5 @@
|
|||
# `dnf update` *client side* doesn't do much helpful...
|
||||
packages:
|
||||
- dnf
|
||||
# To ensure we can enable client certs to access RHEL content
|
||||
- subscription-manager
|
||||
Loading…
Reference in New Issue