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.

Reply via email to