hi
i've tried to expose the ldap enc as command/face to call `puppet ldap_enc` with node_terminus=exe as a workaround for the SERVER-711 issue in puppetserver.
It works somehow but i've encountered 2 problems:
* Puppet::Node.indirection.find(certname) returns the parameters merged with all the facts. Is it possible to prevent this merging somehow? Or is it even the right function to call for that? :)