Skip to content

Instantly share code, notes, and snippets.

@mpepping
Created December 23, 2012 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpepping/4363709 to your computer and use it in GitHub Desktop.
Save mpepping/4363709 to your computer and use it in GitHub Desktop.
Install EPEL6, PuppetLabs OSS and The Foreman repos on RHEL6/CentOS6.
# RHEL6/CentOS6 - Install EPEL6, PuppetLabs OSS and The Foreman repos.
yum localinstall --nogpgcheck "http://mirror.nl.leaseweb.net/epel/6/x86_64/epel-release-6-8.noarch.rpm" -y
yum localinstall --nogpgcheck "http://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-6.noarch.rpm" -y
yum localinstall --nogpgcheck "http://yum.theforeman.org/releases/1.0/el6/foreman-release.rpm" -y
@mpepping
Copy link
Author

mpepping commented Aug 5, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment