/
Puppet Enterprise - Agent

Puppet Enterprise - Agent

Image: Ubuntu Server 16.04 LTS (HVM)
o Type: t2.micro
o Storage: 8 GiB
o Tag: Name = Puppet agent
o Security group: Open: 22, 80, 443 and 8140

  1. sudo bash

  2. hostname webserver1

  3. nano /etc/hosts and add the following entries

    1. <public IP of this agent> webserver1

    2. <public IP of puppet master> master puppet

  4. curl -k https://puppet:8140/packages/current/install.bash | sudo bash

  5. When this has finished go back to your puppet master and refresh the page. From the dashboard, click on Unsigned Certs. Click Accept.