Skip to content

Instantly share code, notes, and snippets.

@omaciel
Created January 28, 2014 21:21
Show Gist options
  • Save omaciel/8676791 to your computer and use it in GitHub Desktop.
Save omaciel/8676791 to your computer and use it in GitHub Desktop.
Configuring Katello
subscription-manager register --force [email protected] --password=xxxxxx --autosubscribe
yum repolist
rm -rf /etc/yum.repos.d/beaker-*
rm -rf /etc/yum.repos.d/epel*
rpm -e epel-release-6-8.noarch
rm -rf /var/cache/yum*
yum clean all
yum-config-manager --disable "*"
yum-config-manager --enable "rhel-6-server-rpms"
yum-config-manager --enable "rhel-6-server-optional-rpms"
yum-config-manager --enable "rhel-server-rhscl-6-rpms"
yum-config-manager --disable \*cf-tools\*
yum-config-manager --disable \*for-rhel\*
yum-config-manager --disable \*rhev\*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment