Created
January 1, 2019 01:11
-
-
Save coolacid/f88d30103e0317bb5b40a60756e94c96 to your computer and use it in GitHub Desktop.
Install puppet
This file contains 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
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