I have puppet master on cent OS which is on VM on windows 2007.This acts as puppet master. Also I have installed puppet Enterprise as puppet agent installed on windows server 2008. But I don't know how should I point that server to cent OS client?
I am able to ping master VM from client machine and vice versa.
On Agent:
command :: puppet agent --test
result :: Exiting; no certificate found and waitforcert is disabled
On Master:
command :: puppet cert --list
result :: (Nothing)
Hence, Agent certificate request is not going to client.