Last active
January 3, 2016 06:29
-
-
Save gamefiend/8422716 to your computer and use it in GitHub Desktop.
Get up to date puppet labs repo for ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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