summaryrefslogtreecommitdiffstats
path: root/test/network/client
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-04 23:09:34 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-04 23:09:34 +0000
commit1f8de9d0c211ac5641f5ad827a0f478fff6bd223 (patch)
treecd376d4ec4baa846ea9d9e885af7400ea97f63f5 /test/network/client
parentf783859c6fb9dd7eb79a6775b3fb58441b4a8b9c (diff)
downloadpuppet-1f8de9d0c211ac5641f5ad827a0f478fff6bd223.tar.gz
puppet-1f8de9d0c211ac5641f5ad827a0f478fff6bd223.tar.xz
puppet-1f8de9d0c211ac5641f5ad827a0f478fff6bd223.zip
Consolidating all of the configuration parameter declarations into configuration, at least partially just because then the docs for each parameter have to be a bit better. Also, I have gotten rid of the "puppet" section, replacing it with "main", and changed, added, or removed a couple of other sections. In general, we should now prefer more sections, rather than fewer.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2463 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/network/client')
-rwxr-xr-xtest/network/client/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/network/client/client.rb b/test/network/client/client.rb
index 75f36c81b..b33048281 100755
--- a/test/network/client/client.rb
+++ b/test/network/client/client.rb
@@ -115,7 +115,7 @@ class TestClient < Test::Unit::TestCase
Puppet[:ssldir] = confdir
Puppet.config.mkdir(:ssldir)
Puppet.config.clearused
- Puppet.config.use(:certificates, :ca)
+ Puppet.config.use(:ssl, :ca)
mkserver