[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.4-89-gcbbd363

James Turnbull james at lovedthanlost.net
Tue May 18 09:04:30 UTC 2010


The following commit has been merged in the upstream branch:
commit f988af343c7d8c5d339fee493c5e5a39bbe62905
Author: James Turnbull <james at lovedthanlost.net>
Date:   Mon Apr 12 06:38:17 2010 +1000

    Fixed #3532 - Typo in lib/puppet/ssl/host.rb
    
    Thanks to Jasper Lievisse Adriaanse for the fix.

diff --git a/lib/puppet/ssl/host.rb b/lib/puppet/ssl/host.rb
index 4cc519c..9d016c8 100644
--- a/lib/puppet/ssl/host.rb
+++ b/lib/puppet/ssl/host.rb
@@ -232,7 +232,7 @@ class Puppet::SSL::Host
         rescue Exception => detail
             Puppet.err "Could not request certificate: %s" % detail.to_s
             if time < 1
-                puts "Exiting; failed to retrieve certificate and watiforcert is disabled"
+                puts "Exiting; failed to retrieve certificate and waitforcert is disabled"
                 exit(1)
             else
                 sleep(time)

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list