Skip to content

Instantly share code, notes, and snippets.

@daniellawrence
Created September 15, 2013 02:48
Show Gist options
  • Save daniellawrence/6567637 to your computer and use it in GitHub Desktop.
Save daniellawrence/6567637 to your computer and use it in GitHub Desktop.
Installing puppetmaster on docker container 'ubuntu'
echo "deb http://au.archive.ubuntu.com/ubuntu/ precise universe" >> /etc/apt/sources.list
echo "deb-src http://au.archive.ubuntu.com/ubuntu/ precise universe" >> /etc/apt/sources.list
apt-get install wget
wget http://apt.puppetlabs.com/puppetlabs-release-precise.deb
dpkg -i puppetlabs-release-precise.deb
apt-get update
apt-get install puppetmaster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment