Merge "Disable all repos during rhel registration"

This commit is contained in:
Jenkins 2016-11-30 11:26:12 +00:00 committed by Gerrit Code Review
commit c060af6901

@ -116,6 +116,7 @@ case "${REG_METHOD:-}" in
if [ -z "${REG_AUTO_ATTACH:-}" -a -z "${REG_ACTIVATION_KEY:-}" ]; then
subscription-manager attach $attach_opts
fi
subscription-manager repos --disable '*'
subscription-manager $repos
;;
satellite)