diff options
| author | Luke Kanies <luke@madstop.com> | 2005-08-28 02:23:10 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2005-08-28 02:23:10 +0000 |
| commit | f2795359521709b5d4a64900ebed5e7b0be84c6b (patch) | |
| tree | 59aba403256c85c6d0de6170422f2c2066329aa8 /lib/puppet/server/ca.rb | |
| parent | 28be88cc6e13c1af193fe01d56a1a446a18e01bb (diff) | |
| download | puppet-f2795359521709b5d4a64900ebed5e7b0be84c6b.tar.gz puppet-f2795359521709b5d4a64900ebed5e7b0be84c6b.tar.xz puppet-f2795359521709b5d4a64900ebed5e7b0be84c6b.zip | |
This should be the commit that brings us to Beta 1. All tests pass, although I get some (gracefully handled) failures in tc_metrics.rb, and there is now a config file for the fileserver module, including authorization specification for it. I have also reworked error handling in the xmlrpc client and server so errors should propagate more correctly.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@594 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/server/ca.rb')
| -rw-r--r-- | lib/puppet/server/ca.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/server/ca.rb b/lib/puppet/server/ca.rb index 20caee9bb..669fe1290 100644 --- a/lib/puppet/server/ca.rb +++ b/lib/puppet/server/ca.rb @@ -67,7 +67,7 @@ class Server # our client sends us a csr, and we either store it for later signing, # or we sign it right away - def getcert(csrtext, request = nil) + def getcert(csrtext, client = nil, clientip = nil) # okay, i need to retrieve the hostname from the csr, and then # verify that i get the same hostname through reverse lookup or # something |
