[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585
James Turnbull
james at lovedthanlost.net
Fri Jan 23 14:21:11 UTC 2009
The following commit has been merged in the master branch:
commit 6a0b3348065bba7438b23ebbada67c552f33597b
Author: James Turnbull <james at lovedthanlost.net>
Date: Thu Oct 2 14:04:38 2008 +1000
Fixed error message typo
diff --git a/lib/puppet/network/xmlrpc/client.rb b/lib/puppet/network/xmlrpc/client.rb
index e0fb5a0..6d77286 100644
--- a/lib/puppet/network/xmlrpc/client.rb
+++ b/lib/puppet/network/xmlrpc/client.rb
@@ -51,7 +51,7 @@ module Puppet::Network
end
["certificate verify failed", "hostname was not match", "hostname not match"].each do |str|
if detail.message.include?(str)
- Puppet.warning "Certificate validation failed; considering using the certname configuration option"
+ Puppet.warning "Certificate validation failed; consider using the certname configuration option"
end
end
raise XMLRPCClientError,
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list