Secure manifest/catalog on node?
Is there any way to have puppet not cache or store the manifests/catalog on each node? e.g. If you go to /var/lib/puppet you can find parts of the puppet code used to manage the client. I would like to hide that or not cache that on the box.
Use scenario would be that I want to manage servers in other network/environments that I don't necessarily trust. So I don't want leave the puppet code lying around etc. Maybe encrypt the information some how?