summaryrefslogtreecommitdiffstats
path: root/test/client
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-05-02 04:30:40 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-05-02 04:30:40 +0000
commitb67a19b6b0483d73178a928e9d1c2bb752b2f077 (patch)
treedfb6505ece37940f251676bfa95712aba9771ee0 /test/client
parenta435d076d4d61e35fe4433a5c3e76ffb2203ac5d (diff)
downloadpuppet-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.rb2
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