/
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
sudo bash
hostname webserver1
nano /etc/hosts and add the following entries
<public IP of this agent> webserver1
<public IP of puppet master> master puppet
curl -k https://puppet:8140/packages/current/install.bash | sudo bash
When this has finished go back to your puppet master and refresh the page. From the dashboard, click on Unsigned Certs. Click Accept.