How do I configure a Windows server to be a Puppet Agent server?
I am running Puppet Enterprise 4.x on CentOS 7 and Puppet Agent 3.7.4 on Windows Server 2012. I am trying to set this up for the first time. I know that there are no ports being blocked from the Puppet Master server to the Puppet Agent server.
When I run the `puppet agent -t x.x.x.x` command (from a Windows PowerShell window opened as administrator), I get this error:
> Warning: Unable to fetch my node> definition... x.x.x.x did not match> server certificate...Failed to> generate additional resources using> 'eval_generate' ... did not match> server certificate: expected one of> ...
The puppet.conf file looked fine. On the Puppet Master server I ran "puppet cert list --all" shows the Puppet agent server has been signed.
I can ping the Puppet Agent server from the Puppet Master. I can ping the Puppet Master server from the Puppet Agent. The GUI of Puppet shows a message "Run Puppet has been disabled because Node Manager cannot connect to ."
Why do I get the error above when I run the Puppet agent command?
↧