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:
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue