Skip to content

Instantly share code, notes, and snippets.

@tkuennen
Created November 23, 2016 19:52
Show Gist options
  • Save tkuennen/26980ddc0d0472b9a95d2e9293a9da7d to your computer and use it in GitHub Desktop.
Save tkuennen/26980ddc0d0472b9a95d2e9293a9da7d to your computer and use it in GitHub Desktop.
yum -y install yum-utils
yum -y localinstall http://fedorapeople.org/groups/katello/releases/yum/3.2/katello/el7/x86_64/katello-repos-latest.rpm
yum -y localinstall http://yum.theforeman.org/releases/1.13/el7/x86_64/foreman-release.rpm
yum -y localinstall http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm
yum -y localinstall http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum -y install foreman-release-scl
yum -y update
yum -y install katello
foreman-installer --scenario katello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment