Issue #3532 has been reported by Jasper Lievisse Adriaanse.

----------------------------------------
Bug #3532: Typo in lib/puppet/ssl/host.rb
http://projects.puppetlabs.com/issues/3532

Author: Jasper Lievisse Adriaanse
Status: Unreviewed
Priority: Low
Assigned to: 
Category: Doh!
Target version: 
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