Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Sudo bash

  2. nano /etc/hosts

    1. add the entry => <master node public IP> puppet

  3. Navigate to the following pages

    1. https://puppet.com/docs/pe/2021.4/pe_user_guide.html look for “Install PE”, can be found at https://puppet.com/docs/pe/2021.4/installing_pe.html#installing_pe look for Download the tarball, can be found at https://puppet.com/try-puppet/puppet-enterprise/download/

    2. Download the Ubuntu version wget --content-disposition 'https://pm.puppet.com/cgi-bin/download.cgi?dist=ubuntu&rel=18.04&arch=amd64&ver=latest'

  4. tar -xvf puppet-enterprise-2021.4.0-ubuntu-18.04-amd64.tar.gz

  5. sudo ./puppet-enterprise-*/puppet-enterprise-installer

  6. Follow instructions to enter a password - must be greater than 8 characters otherwise you get a weird nonsensical message

  7. There may be other instructions, follow them

  8. From your browser enter IP of master node

  9. Log in using admin/<password from last step of installation>