| This changeset adds two configuration options to be consumed by the facts PuppetDB indirector:
- fact_names_blacklist
- fact_names_blacklist_regex
They can be used to configure a list of fact names that will never be sent to PuppetDB, based on exact fact names or regular expressions. I'm aware that PuppetDB [supports black listing facts](https://puppet.com/docs/puppetdb/5.1/configure.html#facts-blacklist) but over here we do prefer to filter them in the origin to avoid sending bits over the wire that will be discarded by the other end. I'm happy to further develop the change request adding tests and documentation if you're interested. |