Skip to content

Instantly share code, notes, and snippets.

View victorhaggqvist's full-sized avatar

Victor Häggqvist victorhaggqvist

View GitHub Profile
@victorhaggqvist
victorhaggqvist / gist:8946297
Last active August 29, 2015 13:56
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