I've just installed puppet agent thru MSI on Win Server 2012 R2. (During the install it asks for puppet master address).
I've checked that C:\ProgramData\PuppetLabs\puppet\etc\puppet.conf contains correct address and that it is resolvable from the host of the agent.
However, when I run `puppet agent --test --debug`, it goes about creating local SSL certs and then tries to contact https://puppet:8140, which of course blows up.
From what I can tell it ignores the master address configuration that has been entered during installation and now sits in puppet.conf.
I've also verified that there are no environment variables related to puppet. Complete reinstall and server restart did not changed anything.
I'd be glad for any suggestions on how to fix it.
↧