Skip to content

Commit

Permalink
Merge pull request #73 from jpopelka/no-internal-cert-install-rpm
Browse files Browse the repository at this point in the history
Don't install redhat-internal-cert-install rpm
  • Loading branch information
jpopelka authored Dec 17, 2024
2 parents b84e631 + af12b17 commit af1f854
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions profiles/rhel/prepare-system
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

RET_NO_COMPOSE_ID=10

if ! rpm -q redhat-internal-cert-install >/dev/null 2>&1; then
echo "Deploying internal certs"
yum -y install "${INT_CERTS:-https://hdn.corp.redhat.com/rhel8-csb/RPMS/noarch/redhat-internal-cert-install-0.1-31.el7.noarch.rpm}"
fi

echo "Setting up RHEL internal YUM repos for selected profile"
find "/etc/yum.repos.d/" -name "${REPOFILE_OPT_PREFIX}*.repo" -exec rm --verbose -f '{}' ';'
declare -a INSTALLED_REPO_FILES=("$REPOFILE")
Expand Down

0 comments on commit af1f854

Please sign in to comment.