Skip to content

Instantly share code, notes, and snippets.

@cardil
Created February 22, 2016 16:24
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 cardil/31409f02e87182fdd9ef to your computer and use it in GitHub Desktop.
Save cardil/31409f02e87182fdd9ef to your computer and use it in GitHub Desktop.
Puppet installation on puppetlabs/ubuntu-14.04-64-nocm Vagrant box
wget https://apt.puppetlabs.com/puppetlabs-release-trusty.deb
sudo dpkg -i puppetlabs-release-trusty.deb
sudo apt-get update && sudo apt-get install -y puppet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment