Skip to content

Instantly share code, notes, and snippets.

@dizz
Created June 7, 2012 11:47
Show Gist options
  • Save dizz/2888381 to your computer and use it in GitHub Desktop.
Save dizz/2888381 to your computer and use it in GitHub Desktop.
install puppet from puppetlabs
wget http://apt.puppetlabs.com/puppetlabs-release-stable.deb
dpkg -i puppetlabs-release-stable.deb
apt-get update
apt-get -y install puppet puppetmaster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment