I am using a Windows agent and I'm unable to establish a communication between the master and agent.
My puppet server is a centos and agent is Win Server 2008 R2 Enterprise (64-bit).
When i try connecting to the Puppet server, i get only the following output:
C:\Windows\system32>puppet agent --test
Exiting; no certificate found and waitforcert is disabled
When im trying to telnet ,its successful on port 8140.
my puppet cert list doesn't show anything.
Here's my puppet.conf file
[main]
certname = gc.abc.com
server = gc.abc.com
user = pe-puppet
group = pe-puppet
environment_timeout = 0
app_management = true
module_groups = base+pe_only
environmentpath = /etc/puppetlabs/code/environments
codedir = /etc/puppetlabs/code
[agent]
graph = true
[master]
node_terminus = classifier
storeconfigs = true
storeconfigs_backend = puppetdb
reports = puppetdb
certname = gc.abc.com
always_cache_features = true