Issue #3532 has been updated by James Turnbull.

Category changed from Doh! to error reporting
Status changed from Unreviewed to Closed
Assigned to set to James Turnbull
Target version set to 0.25.5

Pushed in commit:"f988af343c7d8c5d339fee493c5e5a39bbe62905" in branch 0.25.x
----------------------------------------
Bug #3532: Typo in lib/puppet/ssl/host.rb
http://projects.puppetlabs.com/issues/3532

Author: Jasper Lievisse Adriaanse
Status: Closed
Priority: Low
Assigned to: James Turnbull
Category: error reporting
Target version: 0.25.5
Affected version: 0.25.4
Keywords: 
Branch: 


Simple typo fix, I assume 'watiforcert' was supposed to be 'waitforcert'.

<pre>
--- lib/puppet/ssl/host.rb.orig Fri Apr  9 19:26:55 2010
+++ lib/puppet/ssl/host.rb      Fri Apr  9 19:27:03 2010
@@ -225,7 +225,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)
</pre>


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" 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-bugs?hl=en.

Reply via email to