Skip to content

Instantly share code, notes, and snippets.

@ericlaflamme
Created May 12, 2016 15:46
Show Gist options
  • Save ericlaflamme/1278dafb6c47f8be21414364de810e40 to your computer and use it in GitHub Desktop.
Save ericlaflamme/1278dafb6c47f8be21414364de810e40 to your computer and use it in GitHub Desktop.
## in case an older version of puppet is installed, remove it
apt-get purge puppet -y
rm /etc/puppet -rf
apt-get autoremove -y
apt-get install wget
wget https://apt.puppetlabs.com/puppetlabs-release-pc1-trusty.deb
dpkg -i puppetlabs-release-pc1-trusty.deb
apt-get update
# install new puppet agent now...
apt-get install puppet-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment