I am new to Puppet.
What are the steps to generate a DSA key in Puppet and add the public key to authorized keys?
Basically the equivalent of the below Linux statements
$ ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa
$ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys