Skip to content

Instantly share code, notes, and snippets.

@dizz
Created July 1, 2012 18:23
Show Gist options
  • Save dizz/3029174 to your computer and use it in GitHub Desktop.
Save dizz/3029174 to your computer and use it in GitHub Desktop.
install puppet
wget http://apt.puppetlabs.com/puppetlabs-release-stable.deb
dpkg -i puppetlabs-release-stable.deb
apt-get update
apt-get -y install puppet puppetmaster libactiverecord-ruby libsqlite3-ruby sqlite3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment