Re: [Puppet-dev] [Request For Comments] Better SSH key management

2013-03-05 Thread Lukas Hetzenecker
Thank you for your numerously comments and sorry for my late reply, I was tied up with other matters in the past few weeks. I was not sure if the overall design of this code was sane, because that's my first developed module and i couldn't find anything similar (opening and parsing multiple file

Re: Packaging core modules (was: Re: [Puppet-dev] [Request For Comments] Better SSH key management)

2013-02-18 Thread Andy Parker
On Mon, Feb 18, 2013 at 6:14 AM, David Schmitt wrote: > On 18.02.2013 12:52, Andy Parker wrote: > >> I think publishing this on the forge would be a great idea. It does >> leave open the question of what we should be doing with the things that >> are already in core. It is a shame to have them ro

Packaging core modules (was: Re: [Puppet-dev] [Request For Comments] Better SSH key management)

2013-02-18 Thread David Schmitt
On 18.02.2013 12:52, Andy Parker wrote: I think publishing this on the forge would be a great idea. It does leave open the question of what we should be doing with the things that are already in core. It is a shame to have them rot and force everyone to download another module to get working ssh_

Re: [Puppet-dev] [Request For Comments] Better SSH key management

2013-02-18 Thread Andy Parker
On Thu, Feb 14, 2013 at 8:57 AM, Jeff McCune wrote: > On Thu, Feb 14, 2013 at 7:01 AM, Lukas Hetzenecker < > lukas.hetzenec...@gmail.com> wrote: > >> Hi guys, >> >> i developed a module for puppet that handles the ssh key management in a >> saner way. >> The biggest shortcomings of the ssh_author

Re: [Puppet-dev] [Request For Comments] Better SSH key management

2013-02-14 Thread Jeff McCune
On Thu, Feb 14, 2013 at 7:01 AM, Lukas Hetzenecker < lukas.hetzenec...@gmail.com> wrote: > Hi guys, > > i developed a module for puppet that handles the ssh key management in a > saner way. > The biggest shortcomings of the ssh_authorized_key resource are listed in > Puppet bug #1531 and should be

[Puppet-dev] [Request For Comments] Better SSH key management

2013-02-14 Thread Lukas Hetzenecker
Hi guys, i developed a module for puppet that handles the ssh key management in a saner way. The biggest shortcomings of the ssh_authorized_key resource are listed in Puppet bug #1531 and should be fixed with this approach. Could a developer have a look at this code? Would it be possible to inc