Hello, I am a big fan of Puppet (btw, congratulations to your 3.0 release), but there was always one thing that bothered me: the imperfect handling of the authorized_keys of SSH. To support more than one local user account for one SSH user some ugly workarounds were needed.
So I decided to fix this issue and published my attempt here: https://github.com/lukas-hetzenecker/puppet-module-ssh_authorized_key The module allows you to specify an array for the user or target attributes and uses the SSH key fingerprint as resource identifier (optionally the comment can be made unique too). This should fix the issues mentioned in bug #1531 ( http://projects.puppetlabs.com/issues/1531 ) Please note that this module is my first experience with Ruby and Puppet module development, so it may contain bad code. Therefore I'm glad about any feedback you give me about this code. Greetings, Lukas -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/abK8Ag0yM4oJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.