Hi, I'm new to puppet and trying some simple things. Especially, I followed the doc @ http://reductivelabs.com/trac/puppet/wiki/Recipes/ModuleSSHAuth to manage ssh keys.
Everything went well until I tried with more than one user! If I try to add another user key, ie : ssh::auth::key { ["user1", "user2"]: } then I get a "puppetmasterd[10022]: Puppet::Parser::AST::Resource failed with error ArgumentError: Cannot alias Ssh_auth_key_namecheck [user2-filename] to id_rsa; resource Ssh_auth_key_namecheck[id_rsa] already exists at /etc/puppet/modules/ssh/manifests/auth.pp:48 on node ..." It sounds like a resource uniqueness problem, but i don't know how to work around this ... Thanks for any tip ;) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@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.