RedHatGov / product-demos

GNU General Public License v3.0
31 stars 21 forks source link

install packages on the RHEL machines (for RHEL Patching) #62

Closed HichamMourad closed 1 year ago

HichamMourad commented 1 year ago

We need to make sure that the RHEL machines have the following packages. Some RHEL images on some clouds may not have these.

dnf install -y yum-utils bind-utils subscription-manager

willtome commented 1 year ago

Adding a dnf install for yum-utils to patching and subscription-manager to register should do the trick

willtome commented 1 year ago

Resolved by PR #63