Merge "Don't disable satellite repo after registration"
This commit is contained in:
commit
161b2b4427
@ -240,7 +240,6 @@ case "${REG_METHOD:-}" in
|
||||
retry subscription-manager $repos
|
||||
retry yum install -y katello-agent || true # needed for errata reporting to satellite6
|
||||
katello-package-upload
|
||||
retry subscription-manager repos --disable ${satellite_repo}
|
||||
else
|
||||
pushd /usr/share/rhn/
|
||||
curl --retry ${retry_max_count} --retry-delay 10 --max-time 30 -k -O $REG_SAT_URL/pub/RHN-ORG-TRUSTED-SSL-CERT
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Previously the RHEL registration script disabled the satellite repo after
|
||||
installing the necessary packages from it. This makes it awkward to
|
||||
update those packages later, so the repo will no longer be disabled.
|
Loading…
Reference in New Issue
Block a user