Skip to content

Instantly share code, notes, and snippets.

@gamefiend
Last active January 3, 2016 06:29
Show Gist options
  • Save gamefiend/8422716 to your computer and use it in GitHub Desktop.
Save gamefiend/8422716 to your computer and use it in GitHub Desktop.
Get up to date puppet labs repo for ubuntu
# Grab the latest packages for puppet on a new system.
# curl https://gist.github.com/gamefiend/8422716/raw/ca235abc5812bf0fec3091f8464a2d62b84e37ec/puppet-ubuntu | /bin/bash
wget https://apt.puppetlabs.com/puppetlabs-release-precise.deb
dpkg -i puppetlabs-release-precise.deb
apt-get update -y
apt-get install puppet -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment