Merge "RHSM: do not use retry to deploy katello-agent"

This commit is contained in:
Zuul 2017-11-02 00:58:19 +00:00 committed by Gerrit Code Review
commit 54be999c6a
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ case "${REG_METHOD:-}" in
rpm -Uvh katello-ca-consumer-latest.noarch.rpm || true
retry subscription-manager register $opts
retry subscription-manager $repos
retry yum install -y katello-agent || true # needed for errata reporting to satellite6
yum install -y katello-agent || true # needed for errata reporting to satellite6
katello-package-upload
# https://bugs.launchpad.net/tripleo/+bug/1711435