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 /test/client | |
| parent | a435d076d4d61e35fe4433a5c3e76ffb2203ac5d (diff) | |
| download | puppet-b67a19b6b0483d73178a928e9d1c2bb752b2f077.tar.gz puppet-b67a19b6b0483d73178a928e9d1c2bb752b2f077.tar.xz puppet-b67a19b6b0483d73178a928e9d1c2bb752b2f077.zip | |
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 'test/client')
| -rw-r--r-- | test/client/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/client/client.rb b/test/client/client.rb index 41d55dab2..5bd947657 100644 --- a/test/client/client.rb +++ b/test/client/client.rb @@ -86,7 +86,7 @@ class TestClient < Test::Unit::TestCase # make a new ssldir for it ca = nil assert_nothing_raised { - ca = Puppet::Client::CAClient.new( + ca = Puppet::Client::CA.new( :CA => true, :Local => true ) ca.requestcert |
