[Puppet Users] Realizing wrong ssh key for the wrong user

2010-11-09 Thread Tobias Lott
Hey Everyone I've defined my users in a class called 'user::virtual' and the included user::server1 class to realize the users for a nodegroup. Problem is puppet is trying to realize all keys for all the user. f.e. user peto gets key peto, tobi0 and tobi1 and user tobi gets peto, tobi0 and tobi1

Re: [Puppet Users] Realizing wrong ssh key for the wrong user

2010-11-09 Thread Tobias Lott
> Tobias, > > On Tue, Nov 9, 2010 at 1:11 PM, Tobias Lott wrote: > >> Hey Everyone >> >> I've defined my users in a class called 'user::virtual' and the included >> user::server1 class to realize the users for a nodegroup. >> >> P

Re: [Puppet Users] Re: Realizing wrong ssh key for the wrong user

2010-11-11 Thread Tobias Lott
> > On Nov 9, 2:47 pm, "Tobias Lott" wrote: >> Problem isn't Directories not getting created but every user is getting >> ALL ssh keys > > I see the error messages appearing to indicate attempts to distribute > keys to users who should not have them.