[Puppet Users] Re: Newbie trying ModuleSSHAuth : getting resource Ssh_auth_key_namecheck[id_rsa] already exists.

2009-12-30 Thread Kassec
Oops, I've been too fast. When I try to ssh::auth::key (realize Ssh::Auth::Key["$keyname"]) and ssh::auth::server without ssh::auth::client on a node, it fails on the master : err: Failed to realize virtual resources Ssh::Auth::key[...@ssh] I ran the server in debug and didn't get any more infor

[Puppet Users] Re: Newbie trying ModuleSSHAuth : getting resource Ssh_auth_key_namecheck[id_rsa] already exists.

2009-12-30 Thread Kassec
On Dec 29, 1:10 pm, Andrew Schulman wrote: > There are actually two problems here: > > (1) ssh::auth was trying to authorize the us...@lan key in the wrong place, > i.e. > in /home/user2/.ssh/authorized_keys. I just uploaded a new release, 0.3.2, > that > fixes this problem. Looks Fine. I

[Puppet Users] Re: Newbie trying ModuleSSHAuth : getting resource Ssh_auth_key_namecheck[id_rsa] already exists.

2009-12-28 Thread Kassec
On Dec 28, 11:06 pm, Andrew Schulman wrote: > > Better ;) Thank you. I would have been unable to find this patch by > > myself ! > > Well thanks for testing.  I test on my own installation but > > > > > > > Still I have something I don't understand. With the following I expect > > to log in as use

[Puppet Users] Re: Newbie trying ModuleSSHAuth : getting resource Ssh_auth_key_namecheck[id_rsa] already exists.

2009-12-28 Thread Kassec
On Dec 28, 11:23 am, Andrew Schulman wrote: > Kassec, thanks for the report. I've fixed this and uploaded a new version of > ssh::auth (release 0.3.1). Please download it and try again, and let me know > how it goes. Andrew. Better ;) Thank you. I would have been unable to f

[Puppet Users] Newbie trying ModuleSSHAuth : getting resource Ssh_auth_key_namecheck[id_rsa] already exists.

2009-12-26 Thread Kassec
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",