[Puppet Users] Re: Recipes/Authorized_keys problem.

2009-11-12 Thread Adam Steffes
On Nov 12, 2:35 am, Peter Meier wrote: > > Which seems odd because the user's account and home directory do > > exist. In this example, the puppet client and puppetmaster are the > > same machine. I can reproduce the problem with a second machine as the > > client, as well. > > do exists, means t

[Puppet Users] Re: Recipes/Authorized_keys problem.

2009-11-12 Thread Peter Meier
> Are you using 0.25? Then you might also hit a current bug where traling > slashes are stripped of but not in relationships. So you might want to > change File["${homeroot}/$name/"], to File["${homeroot}/$name"], ftr: http://projects.reductivelabs.com/issues/2675 cheers pete --~--~-~--

[Puppet Users] Re: Recipes/Authorized_keys problem.

2009-11-12 Thread Peter Meier
> Which seems odd because the user's account and home directory do > exist. In this example, the puppet client and puppetmaster are the > same machine. I can reproduce the problem with a second machine as the > client, as well. do exists, means that you have an actual file-resource managing it? I