Re: [Puppet Users] Trouble writing authorized_keys2

2013-05-08 Thread Bret Wortman
I ended up deleting the whole .ssh directory for these users and that resolved the problem. It's also worked well on new systems now, so I think I'm out of the woods. Thanks for the pointers! On Tuesday, May 7, 2013 2:09:40 PM UTC-4, Stefan Schulte wrote: > > On Tue, 7 May 2013 10:11:44 -0400 >

Re: [Puppet Users] Trouble writing authorized_keys2

2013-05-07 Thread Stefan Schulte
On Tue, 7 May 2013 10:11:44 -0400 Bret Wortman wrote: > I've got a situation where a manifest fails when writing one > particular key for a user. What I have is a manifest that looks like > this: > > class my::accounts () { > > Ssh_authorized_key { > ensure => present, > typ

RE: [Puppet Users] Trouble writing authorized_keys2

2013-05-07 Thread Steven Nemetz
I see this all the time. It happens due to lacks in the ssh_authorized_key type and the error message isn't very helpful. If the type sees something that it doesn't understand in the file this will happen, also when it runs into things that it does not support. I had a user change from dsa to rs