Last active
December 27, 2015 08:49
-
-
Save jpadams/7298944 to your computer and use it in GitHub Desktop.
Installing Foreman on PE Agent node, CentOS 6, need dependencies repo for ruby-rgen
This file contains hidden or 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 http://yum.theforeman.org/releases/1.1/el6/x86_64/foreman-release.rpm | |
| puppet resource yumrepo puppetlabs-dependencies baseurl="http://yum.puppetlabs.com/el/6/dependencies/x86_64" enabled='1' gpgcheck='1' gpgkey='http://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs' | |
| yum -y install foreman-installer | |
| #might have to fiddle with domainname, fqdn, hostname, etc | |
| foreman-installer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment