Description
Hi everyone.
I have been mucking around with an idea of automatically generating the ssh key for the backup user and setting it up on each client node.
It would probably replace the amanda::ssh_authorized_key class.
I found a modules to generate ssh keys and import them from puppetdb so it would probably need a switch to turn on because not everyone will have PuppetDB installed and setup. Although that is more likely given you are using exported resources for the dle code.
I have the code almost ready for testing in my environment, I would just need to move it into a new branch in my fork and submit a pull request.
Are you guys interested in putting this kind of feature into your module?
On a side note I have some other code to generate virtual tapes for amanda but it currently uses the future parser so i would need to back port it before I submit it.