diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-05-02 04:30:40 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-05-02 04:30:40 +0000 |
| commit | b67a19b6b0483d73178a928e9d1c2bb752b2f077 (patch) | |
| tree | dfb6505ece37940f251676bfa95712aba9771ee0 /lib/puppet/client | |
| parent | a435d076d4d61e35fe4433a5c3e76ffb2203ac5d (diff) | |
Fixing #132, which involved creating a separate CA client and using it to retrieve the certificates. There was more work to do because of the weird client/daemon/server heirarchy.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1160 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/client')
| -rw-r--r-- | lib/puppet/client/ca.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/client/ca.rb b/lib/puppet/client/ca.rb index a7fa71e88..8904c4a13 100644 --- a/lib/puppet/client/ca.rb +++ b/lib/puppet/client/ca.rb @@ -1,4 +1,4 @@ -class Puppet::Client::CAClient < Puppet::Client::ProxyClient +class Puppet::Client::CA < Puppet::Client::ProxyClient @drivername = :CA # set up the appropriate interface methods |
