Skip to content

Instantly share code, notes, and snippets.

@eoly
Created May 5, 2014 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eoly/2d98f5a4c62493ad00cb to your computer and use it in GitHub Desktop.
Save eoly/2d98f5a4c62493ad00cb to your computer and use it in GitHub Desktop.
Install Ubuntu Puppet Labs Repo
#!/bin/bash
wget https://apt.puppetlabs.com/puppetlabs-release-precise.deb
sudo dpkg -i puppetlabs-release-precise.deb
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment