diff options
| author | James Turnbull <james@lovedthanlost.net> | 2010-04-12 06:38:17 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2010-04-12 06:38:17 +1000 |
| commit | f988af343c7d8c5d339fee493c5e5a39bbe62905 (patch) | |
| tree | 7771cfd5e2cc87c0596029f841df3fa90d6ce027 | |
| parent | f0e12e521742ade60f8901cd1e5317b2d3d81cc3 (diff) | |
| download | puppet-f988af343c7d8c5d339fee493c5e5a39bbe62905.tar.gz puppet-f988af343c7d8c5d339fee493c5e5a39bbe62905.tar.xz puppet-f988af343c7d8c5d339fee493c5e5a39bbe62905.zip | |
Fixed #3532 - Typo in lib/puppet/ssl/host.rb
Thanks to Jasper Lievisse Adriaanse for the fix.
| -rw-r--r-- | lib/puppet/ssl/host.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/ssl/host.rb b/lib/puppet/ssl/host.rb index 4cc519c8d..9d016c86a 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) |
