What is the best way to store and handle sensitive information with puppet and safely distribute it to your nodes?
The version I am using is 2.7.
One example would be database passwords. Plain text passwords are needed on your application servers.
How can one store these without leaving them lying around inside of the puppet scripts?