-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
automatic ssh key generation and other features #22
Comments
I think that feature would be a fine addition to this module. I again would like it to be behind some conditional logic so users would have to opt in, but I think its a valuable addition. As for future parser pull requests... thats a conversation happening everywhere in Puppet right now. I'm all for cutting a '3x' branch and flipping master over to the future parser. @blkperl @nightfly19 @reidmv what do you think? |
Yep thats cool. You will probably need to wack in a metadata.json file with a list of supported puppet versions. |
Just so you know I have been using your module for ages and have had my own fork for for a while with some additions like adding disk list entries but I was too distracted and you lads beat me to it. I also added some code to manage an exclude list for a few dump types but that might need some fine grained management on the amanda.conf file. (yes I am full of ideas and have embraced the idea of Total Management so I like to automate and manage everything on a node) |
Future parser isn't enabled by default yet. I would hesitate to merge PRs into master that use features from it. Glad to see activity on this module again. Keep sending pull requests with ideas. :) |
Yeah I am a bit hesitant too. I have the ssh key management one ready but it's going to clash with master until my ssh host key import branch is merged. |
Hello: What's the status of this? |
I haven't done much on this for a while. |
thanks, @rendhalver! |
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.
The text was updated successfully, but these errors were encountered: