<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -45,6 +45,8 @@
     Fixed #791 - You should now be able to create and find a user/group in one transaction.
 
     Fixed #1610 - Raise &quot;Filebucketed&quot; messages to Notice priority
+    
+    FIxed #1530 - ssh_authorized_keys provider does not crash anymore on SSH type 1 keys
 
     Added a number of confines to package providers
 </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,7 @@
 module Puppet
     newtype(:ssh_authorized_key) do
-        @doc = &quot;Manages ssh authorized keys.&quot;
+        @doc = &quot;Manages SSH authorized keys. Currently only type 2 keys are
+        supported.&quot;
 
         ensurable
 
@@ -11,8 +12,7 @@ module Puppet
         end
 
         newproperty(:type) do
-            desc &quot;The encryption type used.  Usually ssh-dss or ssh-rsa for
-                  SSH version 2. Not used for SSH version 1.&quot;
+            desc &quot;The encryption type used: ssh-dss or ssh-rsa.&quot;
 
             newvalue(&quot;ssh-dss&quot;)
             newvalue(&quot;ssh-rsa&quot;)</diff>
      <filename>lib/puppet/type/ssh_authorized_key.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>990e8e3caadf488b5dd1d6b3bcb30df492f99647</id>
    </parent>
  </parents>
  <author>
    <name>Francois Deppierraz</name>
    <email>francois@ctrlaltdel.ch</email>
  </author>
  <url>http://github.com/lak/puppet/commit/5268487ac862eec6381d315800d6f56c51dc57b5</url>
  <id>5268487ac862eec6381d315800d6f56c51dc57b5</id>
  <committed-date>2008-10-06T06:25:33-07:00</committed-date>
  <authored-date>2008-09-27T09:52:58-07:00</authored-date>
  <message>Fixed documentation, typo and added CHANGELOG entry</message>
  <tree>6ec7937e422b18f3a92b116a76dec4b11fe784c8</tree>
  <committer>
    <name>James Turnbull</name>
    <email>james@lovedthanlost.net</email>
  </committer>
</commit>
