<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,14 +5,14 @@ module Puppet
         ensurable
 
         newparam(:name) do
-            desc &quot;The ssh key comment.&quot;
+            desc &quot;The SSH key comment.&quot;
 
             isnamevar
         end
 
         newproperty(:type) do
-            desc &quot;The encryption type used.  Probably ssh-dss or ssh-rsa for
-                  ssh version 2. Not used for ssh version 1.&quot;
+            desc &quot;The encryption type used.  Usually ssh-dss or ssh-rsa for
+                  SSH version 2. Not used for SSH version 1.&quot;
 
             newvalue(&quot;ssh-dss&quot;)
             newvalue(&quot;ssh-rsa&quot;)
@@ -26,7 +26,7 @@ module Puppet
         end
 
         newproperty(:user) do
-            desc &quot;The user account in which the ssh key should be installed.&quot;
+            desc &quot;The user account in which the SSH key should be installed.&quot;
 
             def value=(value)
                 @resource[:target] = File.expand_path(&quot;~%s/.ssh/authorized_keys&quot; % value)
@@ -35,12 +35,12 @@ module Puppet
         end
 
         newproperty(:target) do
-            desc &quot;The file in which to store the ssh key.&quot;
+            desc &quot;The file in which to store the SSH key.&quot;
         end
 
         newproperty(:options, :array_matching =&gt; :all) do
-            desc &quot;Key options, see sshd(8) for possible values. Multiple values
-              should be specified as an array.&quot;
+            desc &quot;Key options, see sshd(8) for possible values. Multiple values 
+                  should be specified as an array.&quot;
 
             defaultto do :absent end
         end</diff>
      <filename>lib/puppet/type/ssh_authorized_key.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d851a16a3af9dd24f675ad5fcf6dfeba6d6273a2</id>
    </parent>
  </parents>
  <author>
    <name>James Turnbull</name>
    <email>james@lovedthanlost.net</email>
  </author>
  <url>http://github.com/lak/puppet/commit/731d0f2291ccf900aab29eabed311607173b70ee</url>
  <id>731d0f2291ccf900aab29eabed311607173b70ee</id>
  <committed-date>2008-07-02T20:45:14-07:00</committed-date>
  <authored-date>2008-07-02T20:45:14-07:00</authored-date>
  <message>Minor documentation updates for ssh_authorized_key type</message>
  <tree>772c8a16c41501998eaca71e0757433c0498b5d4</tree>
  <committer>
    <name>James Turnbull</name>
    <email>james@lovedthanlost.net</email>
  </committer>
</commit>
