Install the puppet-agent package on your Puppet agent nodes using the command appropriate to your system:
- Yum – sudo yum install puppet-agent
- Apt – sudo apt-get install puppet-agent
Configure agent settings
Start the puppet service: sudo /opt/puppetlabs/bin/puppet resource service puppet ensure=running enable=true.
Sign certificates on the certificate authority (CA) master.
On the Puppet master:
- Run sudo /opt/puppetlabs/bin/puppet cert list to see any outstanding requests.
- Run sudo /opt/puppetlabs/bin/puppet cert sign <NAME> to sign a request.