Hello everyone,
I'm a new user regarding puppet but I'm skilled with linux. I have setup a puppetmaster server and also have a puppet client for testing on a different box.
/etc/sysconfig/puppet has been edited to reach puppetmaster with option PUPPET_SERVER=
puppet.mydomain.cr (I'm in Costa Rica)
On the puppetmaster I was able to see the client with puppetca --list. I was also able to sign the certificate with puppetca --sign
schoolserver.flexi.mydomain.cr
That's as much as I have done. However, looking at the log files on the client I noticed some error. When I run on the client puppet agent --test I get the following lines>
err: Could not retrieve catalog from remote server: getaddrinfo: Name or service not known
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
I googled the getaddrinfo: Name or service not known error, however, I cant seem to get a proper answer to my error.
I was hoping that this community might be able to help me on this. Any suggestions?
Thanks in advance,
- Juan