[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. 90c4a6028cf6ebd530af736ce08f1b413698b162

Micah Anderson micah at riseup.net
Sat May 31 17:15:33 UTC 2008


The following commit has been merged in the master branch:
commit e29d7b0507e6cf5c3512085f6eefb9cfda4656d6
Author: Francois Deppierraz <francois.deppierraz at camptocamp.com>
Date:   Fri May 9 17:26:20 2008 +0200

    Removed "none" as a valid type attribute value, it was useless anyway

diff --git a/lib/puppet/type/ssh_authorized_key.rb b/lib/puppet/type/ssh_authorized_key.rb
index 97521cc..e28fb7c 100644
--- a/lib/puppet/type/ssh_authorized_key.rb
+++ b/lib/puppet/type/ssh_authorized_key.rb
@@ -16,12 +16,9 @@ module Puppet
 
             newvalue("ssh-dss")
             newvalue("ssh-rsa")
-            newvalue("none")
 
             aliasvalue(:dsa, "ssh-dss")
             aliasvalue(:rsa, "ssh-rsa")
-
-            defaultto "none"
         end
 
         newproperty(:key) do

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list