I am curious why the default `pluginsyncdest` directory, for windows is:> https://docs.puppet.com/puppet/latest/reference/configuration.html#pluginfactdest
pluginfactdest
Where Puppet should store external facts that are being handled by pluginsync
Default: $vardir/facts.d
yet this doc says, that is not where external facts should go for windows:
> https://docs.puppet.com/facter/latest/custom_facts.html#fact-locations
On Windows:
C:\ProgramData\PuppetLabs\facter\facts.d\
Wouldnt it then make sense that the defualt `pluginsyncdest` for windows should be `C:\ProgramData\PuppetLabs\facter\facts.d\` ? Thus, new external facts would be pushed before a puppet run, and not require someone to physically put the file there or edit puppet.conf to point there, then run puppet again to get the actual fact?
↧