summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-04-12 06:38:17 +1000
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit115f37d88d36d5b3006b7c56b53b6644fabfd537 (patch)
treef503caa86490a7f1a0b2d6a9a98906e3994703bc /lib
parent784dd2647b6fd5fb985fe8f1363dd6cf5eb98b7d (diff)
downloadpuppet-115f37d88d36d5b3006b7c56b53b6644fabfd537.tar.gz
puppet-115f37d88d36d5b3006b7c56b53b6644fabfd537.tar.xz
puppet-115f37d88d36d5b3006b7c56b53b6644fabfd537.zip
Fixed #3532 - Typo in lib/puppet/ssl/host.rb
Thanks to Jasper Lievisse Adriaanse for the fix.
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/ssl/host.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/ssl/host.rb b/lib/puppet/ssl/host.rb
index 225c9790f..281a2b612 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)