Skip to content

Instantly share code, notes, and snippets.

@jalvarezsamayoa
Last active December 20, 2015 02:49
Show Gist options
  • Save jalvarezsamayoa/6059260 to your computer and use it in GitHub Desktop.
Save jalvarezsamayoa/6059260 to your computer and use it in GitHub Desktop.
Install and configure ubuntu 12.04 precise pangolin with Puppet
sudo apt-get update
sudo apt-get upgrade
wget http://apt.puppetlabs.com/puppetlabs-release-precise.deb
sudo dpkg -i puppetlabs-release-precise.deb
sudo apt-get update
sudo apt-get install puppet
puppet module install puppetlabs/stdlib
puppet module install puppetlabs/apt
git clone git://github.com/blt04/puppet-rvm.git ~/.puppet/modules/rvm
git clone https://github.com/eschulte/emacs24-starter-kit.git .emacs.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment