Hi,
Today I removed an old puppet version (3.4.3) and installed the new 64bit 3.7.1 on a Windows 2008 server.
After installation it appears as if nothing works now:
In C:\ProgramData\PuppetLabs\puppet\etc\puppet.config I have:
[main]
server=mypuppetserver
pluginsync=true
autoflush=true
environment=dev
In C:\ProgramData\PuppetLabs\facter\facts.d I have some custom facts:
role.txt (with contentserver_role=icisapi)
Problems:
- When running puppet checks form the command line like"facter" it doesn't display any facts from the facts.d folder
- When running puppet agent --configprint server it always returns "puppet"
- When running puppet agent --configprint environment it always returns "production"
It's as if the Puppet agent is ignoring C:\ProgramData\PuppetLabs\puppet\etc\puppet.config. I tried looking in the release notes to see if theres any breaking changes affecting this but can't see anything.
Any ideas!?
Thanks
Dan