Skip to content

Instantly share code, notes, and snippets.

@victorhaggqvist
Last active August 29, 2015 13:56
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 victorhaggqvist/8946297 to your computer and use it in GitHub Desktop.
Save victorhaggqvist/8946297 to your computer and use it in GitHub Desktop.
The Foreman install on fresh Ubuntu server (12.04.4 used)
#puppet
wget https://apt.puppetlabs.com/puppetlabs-release-precise.deb
dpkg -i puppetlabs-release-precise.deb
apt-get update && apt-get install puppet
#foreman
echo "deb http://deb.theforeman.org/ precise 1.4" > /etc/apt/sources.list.d/foreman.list
wget -q http://deb.theforeman.org/foreman.asc -O- | apt-key add -
apt-get update && apt-get install foreman-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment