+1 On May 25, 2009, at 2:55 AM, Francois Deppierraz wrote:
> > > Signed-off-by: Francois Deppierraz <[email protected]> > --- > lib/puppet/type/ssh_authorized_key.rb | 11 ++++++++--- > 1 files changed, 8 insertions(+), 3 deletions(-) > > diff --git a/lib/puppet/type/ssh_authorized_key.rb b/lib/puppet/type/ > ssh_authorized_key.rb > index 33ed1d6..b27bbe5 100644 > --- a/lib/puppet/type/ssh_authorized_key.rb > +++ b/lib/puppet/type/ssh_authorized_key.rb > @@ -6,7 +6,8 @@ module Puppet > ensurable > > newparam(:name) do > - desc "The SSH key comment." > + desc "The SSH key comment. This attribute is currently > used as a > + system-wide primary key and therefore has to be unique." > > isnamevar > end > @@ -26,11 +27,15 @@ module Puppet > end > > newproperty(:user) do > - desc "The user account in which the SSH key should be > installed." > + desc "The user account in which the SSH key should be > installed. > + The resource will automatically depend on this user." > end > > newproperty(:target) do > - desc "The file in which to store the SSH key." > + desc "The absolute filename in which to store the SSH > key. This > + property is optional and should only be used in cases > where keys > + are stored in a non-standard location (ie not in > + ~user/.ssh/authorized_keys)." > > defaultto :absent > > -- > 1.6.0.4 > > > > -- A lot of people mistake a short memory for a clear conscience. -- Doug Larson --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en -~----------~----~----~----~------~----~------~--~---
