Skip to content

Instantly share code, notes, and snippets.

@coolacid
Created January 1, 2019 01:11
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 coolacid/f88d30103e0317bb5b40a60756e94c96 to your computer and use it in GitHub Desktop.
Save coolacid/f88d30103e0317bb5b40a60756e94c96 to your computer and use it in GitHub Desktop.
Install puppet
wget https://apt.puppetlabs.com/puppet6-release-xenial.deb
sudo dpkg -i puppet6-release-xenial.deb
sudo apt update
sudo apt install puppet-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment