Francois Deppierraz wrote: > lib/puppet/provider/ssh_authorized_key/parsed.rb | 56 > ++++++++++++++++++++++ > lib/puppet/type/ssh_authorized_key.rb | 47 ++++++++++++++++++ > 2 files changed, 103 insertions(+), 0 deletions(-) > create mode 100644 lib/puppet/provider/ssh_authorized_key/parsed.rb > create mode 100644 lib/puppet/type/ssh_authorized_key.rb
This is my first shot at a native puppet type for managing ssh authorized_keys. The tests are still missing because I'm still trying to find out how this rspec stuff works. Comments are welcome ! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
