[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:32:39 UTC 2010
The following commit has been merged in the upstream branch:
commit 115f37d88d36d5b3006b7c56b53b6644fabfd537
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 225c979..281a2b6 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