Skip to content

Instantly share code, notes, and snippets.

View ericlaflamme's full-sized avatar

Eric Laflamme ericlaflamme

  • Montréal, Québec, Canada
View GitHub Profile
## 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