Hi guys, I've recently installed PE 2016 on an EC2 Instance. After the installation is complete I followed the steps on puppet docs:
- Click Add class. (Adding the Ubuntu 14.04 OS under the PE master group)
- Click Commit 1 change.
Note: The class you selected now appears in the list of classes for the PE Master group, but it has not yet been configured on your nodes. For that to happen, you need to kick off a Puppet run.
- From the command line on the Puppet master, run puppet agent -t.
The last line, run puppet agent -t doesn't work for me, I've been stuck on trying to figure out for a long time :/
I get the error;
Error: Could not request certificate: getaddrinfo: Name or service not known
Exiting; failed to retrieve certificate and waitforcert is disabled
↧