On Wed, May 23, 2012 at 9:14 AM, Matt F <mfan2...@gmail.com> wrote:

> Greetings. I am trying to set up a test puppet server in my
> environment to evaluate windows clients. On the server side, I am
> using puppet 2.7.14 (from the repos). I'm using the 2.7.14 windows 64
> bit on the client (windows 2008 R2). I have another puppetmaster
> already using "puppet" hostname in DNS (running a very old version of
> puppet - can't upgrade yet for various reasons), so on the client side
> I am specifying the myserver01.example.com as part of the install.
>
>  I am getting the following errors on my windows client:
>
> err: /File[C:/ProgramData/PuppetLabs/puppet/var/lib]: Could not
> evaluate: Could
> not retrieve information from environment production source(s)
> puppet://myserver01.example.com/plugins
>
> err: /Stage[main]//File[C:/myfiles/engine/engine.exe]: Failed to
> generate additional
>  resources using 'eval_generate: Server hostname 'myserver01' did not
> match serv
> er certificate; expected one of myserver01.example.com,
> DNS:myserver01.example.com, DNS:
> puppet, DNS:puppet.example.com


Looking at this it appears there is a mis match between the server's name
and the name the agent is using to contact the server.

Could you run puppet agent with --trace and paste the output?

Also, could you run this command on the master:

puppet master --configprint certname

And on the agent:

puppet agent --configprint server

And paste the output.

This information will help us diagnose the problem.

Thanks,
-Jeff

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to