/
Puppet Enterprise - Master

Puppet Enterprise - Master

Master Requirements

Image: Ubuntu Server 18.04 LTS (HVM)
o Type: t3.large
o Storage: 8 GiB, maybe higher
o Tag: Name = Puppet Master
o Security group: Open all tcp ports (or open up: 8140, 3000, 22, 80, 443, 4433, 61613, 5432, 8081, 4435 individually)

  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>