On Mon, 14 Jan 2013, Ashley Gould wrote: > > I've created a puppet-sshauth repo on github: > https://github.com/ashleygould/puppet-sshauth > > I would very much like to work with others on perfecting this > module. Management of keypairs is really useful. 2 improvements I > imagine are using hiera as the keystore and adding ablity to install > the same pubkey into multiple user accounts on a single node.
Hello, I also reworked the ssh::auth module : https://github.com/boklm/puppet-sshkeys The main changes in this version are : - allow installing the same pubkey into multipe user accounts - allow installing multiple key pairs or pubkeys into one account - remove use of exported resources, for simplification - renaming resources to create_key, set_client_key_pair and set_authorized_keys instead of key, client, server because I think that's easier to understand It's not using hiera but it looks like a good idea for an improvement. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. 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.