| Puppet Version: main branch Puppet Server Version: OS Name/Version: all After resolving the requested facts, in puppet are added 3 additional local facts: "clientcert", "clientversion" and "clientnoop". `puppet facts show` action should display only the requested facts without the additional facts. Desired Behavior: For 'timezone' query (puppet facts show timezone) the output should be: {"timezone":"EEST"} Actual Behavior: For 'timezone' query (puppet facts show timezone) the output is: {"timezone":"EEST","clientcert":"macbookpro.local","clientversion":"6.14.0","clientnoop":false} |