Skip to content

Instantly share code, notes, and snippets.

@jpadams
Last active December 27, 2015 08:49
Show Gist options
  • Save jpadams/7298944 to your computer and use it in GitHub Desktop.
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
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