[Puppet Users] Re: ssh_authorized_key creating multiple entries on repeated runs

2010-02-10 Thread Simon Chiu
Thanks for the reply guys. Really appreciate it!

For the key param I am using just the key itself without the ssh-rsa
prefix part in the key.

I am using 0.25.4 (gem version of puppet).

-- 
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.



[Puppet Users] ssh_authorized_key creating multiple entries on repeated runs

2010-02-09 Thread Simon Chiu
Hello,

Newbie here. Question regarding the reference type
ssh_authorized_key. Is this part of the designed behaviour?

I have:

ssh_authorized_key { someuser:
   ensure = present,
   key = some id_rsa.pub key,
   type = ssh-rsa,
   user = someuser
}

It keeps appending to /home/someuser/.ssh/authorized_keys

Is this the best way to manage 1 or 2 admin type of users in the
system?

Thanks

Simon

-- 
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.