Created
November 23, 2016 19:52
-
-
Save tkuennen/26980ddc0d0472b9a95d2e9293a9da7d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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